-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from razorpay/v2.0.13
v2.0.13
- Loading branch information
Showing
26 changed files
with
846 additions
and
793 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
use_frameworks! | ||
|
||
platform :ios, '10.0' | ||
platform :ios, '11.0' | ||
|
||
target 'razorpay-customui-pod_Example' do | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Example/Pods/Local Podspecs/razorpay-customui-pod.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.97 KB
(100%)
...tomui-pod.xcworkspace/xcuserdata/vivek.shindhe.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ import Razorpay | |
struct PayloadModel { | ||
var title: String | ||
var options: [String: Any] | ||
var key: String = "rzp_test_1DP5mmOlF5G5ag" | ||
// var key: String = "rzp_test_1DP5mmOlF5G5ag" | ||
var key: String = "rzp_live_partner_Jgy1T7ZabnnFB1" | ||
// var key: String = "rzp_live_5W8oZPBNQPbZDE" | ||
var paymentType: PaymentType | ||
} | ||
|
@@ -162,16 +163,29 @@ extension MenuVC { | |
"upi_app_package_name": "phonepe", | ||
] */ | ||
[ | ||
"amount": 100, // amount in currency subunits. Defaults to INR. 100 = 100 paise = INR 1. | ||
"currency": "INR", | ||
"email": "[email protected]", | ||
"contact": "9090980808", | ||
// "order_id": "order_DBJOWzybf0sJbb", | ||
"method": "upi", | ||
// "_[flow]": "intent", | ||
// "upi_app_package_name": "phonepe", | ||
"vpa": "success@razorpay" // Optional Parameter | ||
] | ||
|
||
|
||
"currency":"INR", | ||
"account_id":"acc_HUof36OLlC0sC8", | ||
"amount":"100", | ||
"email":"[email protected]", | ||
"contact":"9999999999", | ||
"method":"upi", | ||
"_[flow]":"intent", | ||
"upi_app_package_name":"phonepe" | ||
|
||
] | ||
// [ | ||
// "amount": 100, // amount in currency subunits. Defaults to INR. 100 = 100 paise = INR 1. | ||
// "currency": "INR", | ||
// "email": "[email protected]", | ||
// "contact": "9090980808", | ||
//// "order_id": "order_DBJOWzybf0sJbb", | ||
// "method": "upi", | ||
//// "_[flow]": "intent", | ||
//// "upi_app_package_name": "phonepe", | ||
// "vpa": "success@razorpay" // Optional Parameter | ||
// ] | ||
self.payloadArray += [PayloadModel(title: "UPI", options: cardPaymentDict, paymentType: .makePayment)] | ||
cardPaymentDict = [:] | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.