Skip to content

Commit 66e4c4a

Browse files
authored
Merge pull request #37 from Root-vb/support/APIv2
Support/apiv2
2 parents d641a56 + 8d4343c commit 66e4c4a

File tree

58 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

Instamojo.framework/.DS_Store

-6 KB
Binary file not shown.

Instamojo.framework/Assets.car

0 Bytes
Binary file not shown.

Instamojo.framework/Instamojo

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Instamojo/Urls.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Urls {
3131
* @return Order Fetch URL
3232
*/
3333
public static func getOrderFetchURL(orderID: String) -> String {
34-
return baseUrl + "v2/gateway/orders/" + orderID + "/payment-options/"
34+
return baseUrl + "v2/gateway/orders/" + orderID + "/checkout-options/"
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)