@jimrising/easymerchantsdk-react-native 2.3.4 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/android/build/.transforms/20e1216b87bd06eaab3c9e5c68d4267a/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/reactlibrary/RNEasymerchantsdkModule.dex +0 -0
- package/android/build/.transforms/e9a664a11ce12edf79cd87b1e07aa243/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +1 -1
- package/ios/ApiManager/APIRequest.swift +1 -4
- package/ios/Bundle/EasyPayBundle.swift +1 -1
- package/ios/Classes/EasyMerchantSdk.m +2 -2
- package/ios/Classes/EasyMerchantSdk.swift +3 -3
- package/ios/CustomComponents/PlanSelector.swift +1 -1
- package/ios/Example/Base.lproj/Main.storyboard +183 -22
- package/ios/Example/ViewController.swift +208 -182
- package/ios/Helper/GrailPayHelper.swift +0 -1
- package/ios/Models/Request.swift +96 -71
- package/ios/Models/SDKResult.swift +32 -25
- package/ios/Pods/UserDefaults/UserStoreSingleton.swift +59 -60
- package/ios/Pods/ViewControllers/AdditionalInfoVC.swift +360 -150
- package/ios/Pods/ViewControllers/BaseVC.swift +2 -1
- package/ios/Pods/ViewControllers/BillingInfoVC/BillingInfoVC.swift +401 -196
- package/ios/Pods/ViewControllers/Clean Runner_2025-07-23T14-58-05.txt +13 -0
- package/ios/Pods/ViewControllers/EmailVerificationVC.swift +0 -7
- package/ios/Pods/ViewControllers/GrailPayVC.swift +11 -3
- package/ios/Pods/ViewControllers/OTPVerificationVC.swift +252 -105
- package/ios/Pods/ViewControllers/PaymentDoneVC.swift +20 -5
- package/ios/Pods/ViewControllers/PaymentErrorVC.swift +2 -2
- package/ios/Pods/ViewControllers/PaymentInformation/PaymentInfoVC.swift +804 -347
- package/ios/Pods/ViewControllers/PaymentInformation/SavedAccountsTVC/SavedAccountTVC.swift +0 -1
- package/ios/Pods/ViewControllers/PaymentStatusWebViewVC.swift +1 -1
- package/ios/Pods/ViewControllers/ThreeDSecurePaymentDoneVC.swift +68 -66
- package/ios/Resources/Assets.xcassets/payment_done_icon.imageset/Contents.json +3 -0
- package/ios/easymerchantsdk.podspec +1 -1
- package/package.json +1 -1
- package/ios/CustomComponents/CheckboxButton.swift +0 -66
- package/ios/Models/AdditionalInfo.swift +0 -53
- package/ios/Models/BillingInfo.swift +0 -60
- package/ios/Pods/ViewControllers/CustomOverlay.swift +0 -199
- package/ios/Resources/Assets.xcassets/Card/Amex.imageset/206682_american_express_method_card_payment_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/Amex.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/Contents.json +0 -6
- package/ios/Resources/Assets.xcassets/Card/DinersClub.imageset/472318_card_club_diners_dinner_payment_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/DinersClub.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/Discover.imageset/206686_network_payment_discover_card_method_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/Discover.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/JCB.imageset/358102_card_jcb_payment_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/JCB.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/MasterCard.imageset/206680_master_method_card_payment_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/MasterCard.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/UnionPay.imageset/1468976_card_payment_unionpay_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/UnionPay.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/Visa.imageset/206684_visa_method_card_payment_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/Visa.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/maestro.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/maestro.imageset/maestro.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/paypal.imageset/206675_paypal_method_payment_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/paypal.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/rupay.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/rupay.imageset/rupay.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/unknown_card.imageset/4635000_card_credit_digital_money_icon.svg +0 -1
- package/ios/Resources/Assets.xcassets/Card/unknown_card.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/worldpay.imageset/Contents.json +0 -12
- package/ios/Resources/Assets.xcassets/Card/worldpay.imageset/worldpay.svg +0 -1
package/README.md
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Mon Sep 08 16:16:00 IST 2025
|
|
Binary file
|
package/android/build.gradle
CHANGED
|
@@ -39,7 +39,7 @@ repositories {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
dependencies {
|
|
42
|
-
implementation 'com.app:paysdk:1.6.
|
|
42
|
+
implementation 'com.app:paysdk:1.6.1.3'
|
|
43
43
|
implementation 'com.hbb20:ccp:2.7.3'
|
|
44
44
|
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
|
45
45
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1"
|
|
@@ -21,7 +21,7 @@ struct APIRequest {
|
|
|
21
21
|
func buildURLRequest() -> URLRequest? {
|
|
22
22
|
let fullURL = EnvironmentConfig.baseURL + endpoint.path()
|
|
23
23
|
guard let url = URL(string: fullURL) else {
|
|
24
|
-
print("
|
|
24
|
+
print("Invalid URL: \(fullURL)")
|
|
25
25
|
return nil
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -45,18 +45,15 @@ struct APIRequest {
|
|
|
45
45
|
do {
|
|
46
46
|
let jsonData = try JSONSerialization.data(withJSONObject: body, options: [])
|
|
47
47
|
request.httpBody = jsonData
|
|
48
|
-
|
|
49
48
|
// Debug
|
|
50
49
|
if let jsonString = String(data: jsonData, encoding: .utf8) {
|
|
51
50
|
print("JSON Payload Sent:\n\(jsonString)")
|
|
52
51
|
}
|
|
53
|
-
|
|
54
52
|
} catch {
|
|
55
53
|
print("Failed to serialize request body: \(error)")
|
|
56
54
|
return nil
|
|
57
55
|
}
|
|
58
56
|
}
|
|
59
|
-
|
|
60
57
|
return request
|
|
61
58
|
}
|
|
62
59
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
#import <React/RCTLog.h>
|
|
3
3
|
#import <React/RCTBridgeModule.h>
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
#import "easymerchantsdk-Swift.h"
|
|
6
|
+
//#import <easymerchantsdk/easymerchantsdk-Swift.h>
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
@interface EasyMerchantSdk ()
|
|
@@ -326,9 +326,9 @@ extension EasyMerchantSdkPlugin: EasyPayViewControllerDelegate {
|
|
|
326
326
|
response["status"] = "cancelled"
|
|
327
327
|
response["message"] = "Payment cancelled"
|
|
328
328
|
|
|
329
|
-
if let chargeData = result.chargeData {
|
|
330
|
-
response["chargeData"] = chargeData
|
|
331
|
-
}
|
|
329
|
+
// if let chargeData = result.chargeData {
|
|
330
|
+
// response["chargeData"] = chargeData
|
|
331
|
+
// }
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
self.resolveJSON(response)
|
|
@@ -19,7 +19,7 @@ class PlanSelector {
|
|
|
19
19
|
for plan in allowedPlans {
|
|
20
20
|
let displayName = plan.displayName
|
|
21
21
|
let action = UIAlertAction(title: displayName, style: .default) { _ in
|
|
22
|
-
onSelection(displayName) //
|
|
22
|
+
onSelection(displayName) // Return user-friendly display name
|
|
23
23
|
}
|
|
24
24
|
alertController.addAction(action)
|
|
25
25
|
}
|
|
@@ -13,47 +13,202 @@
|
|
|
13
13
|
<!--View Controller-->
|
|
14
14
|
<scene sceneID="tne-QT-ifu">
|
|
15
15
|
<objects>
|
|
16
|
-
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="easymerchantsdkDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
16
|
+
<viewController storyboardIdentifier="ViewController" id="BYZ-38-t0r" customClass="ViewController" customModule="easymerchantsdkDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
17
17
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
|
18
18
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
19
19
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
20
20
|
<subviews>
|
|
21
|
-
<
|
|
22
|
-
<rect key="frame" x="
|
|
23
|
-
<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
21
|
+
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cyA-q6-oqP">
|
|
22
|
+
<rect key="frame" x="0.0" y="59" width="393" height="759"/>
|
|
23
|
+
<subviews>
|
|
24
|
+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cxp-oR-tQp">
|
|
25
|
+
<rect key="frame" x="0.0" y="0.0" width="393" height="582.66666666666663"/>
|
|
26
|
+
<subviews>
|
|
27
|
+
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rEn-Oo-ZuO">
|
|
28
|
+
<rect key="frame" x="146.66666666666666" y="123" width="100" height="36"/>
|
|
29
|
+
<constraints>
|
|
30
|
+
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="AK3-IT-z3R"/>
|
|
31
|
+
<constraint firstAttribute="height" constant="36" id="NVe-7C-nLz"/>
|
|
32
|
+
</constraints>
|
|
33
|
+
<color key="tintColor" name="1757D9"/>
|
|
34
|
+
<state key="normal" title="Button"/>
|
|
35
|
+
<buttonConfiguration key="configuration" style="filled" title="Pay"/>
|
|
36
|
+
<connections>
|
|
37
|
+
<action selector="actionBtnEnvConfigWithApiKeys" destination="BYZ-38-t0r" eventType="touchUpInside" id="2Sh-qK-cwd"/>
|
|
38
|
+
</connections>
|
|
39
|
+
</button>
|
|
40
|
+
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c7w-3s-FyR">
|
|
41
|
+
<rect key="frame" x="16" y="527" width="361" height="15.666666666666629"/>
|
|
42
|
+
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
43
|
+
<nil key="textColor"/>
|
|
44
|
+
<nil key="highlightedColor"/>
|
|
45
|
+
</label>
|
|
46
|
+
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="p4N-DR-ogR">
|
|
47
|
+
<rect key="frame" x="107.66666666666667" y="440" width="177.66666666666663" height="36"/>
|
|
48
|
+
<constraints>
|
|
49
|
+
<constraint firstAttribute="height" constant="36" id="8Gj-v7-WAd"/>
|
|
50
|
+
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="Dtv-NM-cC4"/>
|
|
51
|
+
</constraints>
|
|
52
|
+
<color key="tintColor" name="1757D9"/>
|
|
53
|
+
<state key="normal" title="Button"/>
|
|
54
|
+
<buttonConfiguration key="configuration" style="filled" title="Payment Refference"/>
|
|
55
|
+
<connections>
|
|
56
|
+
<action selector="actionBtnPaymentRefference:" destination="BYZ-38-t0r" eventType="touchUpInside" id="TBg-Qr-1PF"/>
|
|
57
|
+
</connections>
|
|
58
|
+
</button>
|
|
59
|
+
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hhu-Fh-YTi">
|
|
60
|
+
<rect key="frame" x="146.66666666666666" y="311" width="100" height="36"/>
|
|
61
|
+
<constraints>
|
|
62
|
+
<constraint firstAttribute="height" constant="36" id="jlM-W2-f40"/>
|
|
63
|
+
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="ocV-kw-ZGD"/>
|
|
64
|
+
</constraints>
|
|
65
|
+
<color key="tintColor" name="1757D9"/>
|
|
66
|
+
<state key="normal" title="Button"/>
|
|
67
|
+
<buttonConfiguration key="configuration" style="filled" title="Pay"/>
|
|
68
|
+
<connections>
|
|
69
|
+
<action selector="actionBtnEnvConfigWithClientToken:" destination="BYZ-38-t0r" eventType="touchUpInside" id="JxK-jX-uP7"/>
|
|
70
|
+
</connections>
|
|
71
|
+
</button>
|
|
72
|
+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Gxt-fE-Rft">
|
|
73
|
+
<rect key="frame" x="0.0" y="179" width="393" height="1"/>
|
|
74
|
+
<color key="backgroundColor" systemColor="systemGrayColor"/>
|
|
75
|
+
<constraints>
|
|
76
|
+
<constraint firstAttribute="height" constant="1" id="Pwm-cg-mqu"/>
|
|
77
|
+
</constraints>
|
|
78
|
+
</view>
|
|
79
|
+
<textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Client Token" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="cuw-uP-kc4">
|
|
80
|
+
<rect key="frame" x="20" y="242" width="353" height="45"/>
|
|
81
|
+
<constraints>
|
|
82
|
+
<constraint firstAttribute="height" constant="45" id="fDr-AK-EmT"/>
|
|
83
|
+
</constraints>
|
|
84
|
+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
85
|
+
<textInputTraits key="textInputTraits"/>
|
|
86
|
+
</textField>
|
|
87
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Environment Config with Api Keys" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mRp-F7-WjU">
|
|
88
|
+
<rect key="frame" x="16" y="20" width="361" height="18"/>
|
|
89
|
+
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
|
90
|
+
<nil key="textColor"/>
|
|
91
|
+
<nil key="highlightedColor"/>
|
|
92
|
+
</label>
|
|
93
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Environment Config with Client Token" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WL3-eW-Dra">
|
|
94
|
+
<rect key="frame" x="16" y="204" width="361" height="18"/>
|
|
95
|
+
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
|
96
|
+
<nil key="textColor"/>
|
|
97
|
+
<nil key="highlightedColor"/>
|
|
98
|
+
</label>
|
|
99
|
+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rwW-8U-oCm">
|
|
100
|
+
<rect key="frame" x="0.0" y="367" width="393" height="1"/>
|
|
101
|
+
<color key="backgroundColor" systemColor="systemGrayColor"/>
|
|
102
|
+
<constraints>
|
|
103
|
+
<constraint firstAttribute="height" constant="1" id="qv2-0X-J6c"/>
|
|
104
|
+
</constraints>
|
|
105
|
+
</view>
|
|
106
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payment status for 3DS Payment" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SXS-Lm-Psu">
|
|
107
|
+
<rect key="frame" x="16" y="392" width="361" height="18"/>
|
|
108
|
+
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
|
109
|
+
<nil key="textColor"/>
|
|
110
|
+
<nil key="highlightedColor"/>
|
|
111
|
+
</label>
|
|
112
|
+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8yD-7y-oVz">
|
|
113
|
+
<rect key="frame" x="16" y="496" width="361" height="1"/>
|
|
114
|
+
<color key="backgroundColor" systemColor="systemGrayColor"/>
|
|
115
|
+
<constraints>
|
|
116
|
+
<constraint firstAttribute="height" constant="1" id="jXv-EI-0Ax"/>
|
|
117
|
+
</constraints>
|
|
118
|
+
</view>
|
|
119
|
+
<textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Amount" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="W7G-5x-Jc0">
|
|
120
|
+
<rect key="frame" x="16" y="58" width="361" height="45"/>
|
|
121
|
+
<constraints>
|
|
122
|
+
<constraint firstAttribute="height" constant="45" id="Y5v-HT-86I"/>
|
|
123
|
+
</constraints>
|
|
124
|
+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
125
|
+
<textInputTraits key="textInputTraits"/>
|
|
126
|
+
</textField>
|
|
127
|
+
</subviews>
|
|
128
|
+
<color key="backgroundColor" systemColor="systemGray5Color"/>
|
|
129
|
+
<constraints>
|
|
130
|
+
<constraint firstItem="Gxt-fE-Rft" firstAttribute="top" secondItem="rEn-Oo-ZuO" secondAttribute="bottom" constant="20" id="09c-SL-2bm"/>
|
|
131
|
+
<constraint firstItem="mRp-F7-WjU" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="16" id="0nr-f3-sh5"/>
|
|
132
|
+
<constraint firstItem="p4N-DR-ogR" firstAttribute="centerX" secondItem="rEn-Oo-ZuO" secondAttribute="centerX" id="1Rw-WL-W7h"/>
|
|
133
|
+
<constraint firstItem="WL3-eW-Dra" firstAttribute="top" secondItem="Gxt-fE-Rft" secondAttribute="bottom" constant="24" id="29a-km-E1m"/>
|
|
134
|
+
<constraint firstAttribute="bottom" secondItem="c7w-3s-FyR" secondAttribute="bottom" constant="40" id="8ed-iu-UNk"/>
|
|
135
|
+
<constraint firstAttribute="trailing" secondItem="8yD-7y-oVz" secondAttribute="trailing" constant="16" id="DTN-Vd-xuB"/>
|
|
136
|
+
<constraint firstItem="cuw-uP-kc4" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="20" id="Ev2-B6-j6y"/>
|
|
137
|
+
<constraint firstItem="W7G-5x-Jc0" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="16" id="Ge6-gV-gpe"/>
|
|
138
|
+
<constraint firstItem="hhu-Fh-YTi" firstAttribute="top" secondItem="cuw-uP-kc4" secondAttribute="bottom" constant="24" id="IW4-yg-fUW"/>
|
|
139
|
+
<constraint firstItem="c7w-3s-FyR" firstAttribute="top" secondItem="8yD-7y-oVz" secondAttribute="bottom" constant="30" id="OCl-bn-D77"/>
|
|
140
|
+
<constraint firstAttribute="trailing" secondItem="W7G-5x-Jc0" secondAttribute="trailing" constant="16" id="P3g-4B-7ss"/>
|
|
141
|
+
<constraint firstItem="WL3-eW-Dra" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="16" id="Q4c-kQ-viy"/>
|
|
142
|
+
<constraint firstItem="Gxt-fE-Rft" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" id="Qpw-Ol-HsY"/>
|
|
143
|
+
<constraint firstItem="cuw-uP-kc4" firstAttribute="top" secondItem="WL3-eW-Dra" secondAttribute="bottom" constant="20" id="Soc-LC-aBf"/>
|
|
144
|
+
<constraint firstItem="rwW-8U-oCm" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" id="UOv-nl-gyw"/>
|
|
145
|
+
<constraint firstItem="rwW-8U-oCm" firstAttribute="top" secondItem="hhu-Fh-YTi" secondAttribute="bottom" constant="20" id="VIL-6G-xwF"/>
|
|
146
|
+
<constraint firstAttribute="trailing" secondItem="SXS-Lm-Psu" secondAttribute="trailing" constant="16" id="Vkx-81-nvJ"/>
|
|
147
|
+
<constraint firstAttribute="trailing" secondItem="WL3-eW-Dra" secondAttribute="trailing" constant="16" id="WPM-MR-o4W"/>
|
|
148
|
+
<constraint firstAttribute="trailing" secondItem="c7w-3s-FyR" secondAttribute="trailing" constant="16" id="XEw-eo-GlO"/>
|
|
149
|
+
<constraint firstAttribute="trailing" secondItem="mRp-F7-WjU" secondAttribute="trailing" constant="16" id="df7-T2-jQu"/>
|
|
150
|
+
<constraint firstAttribute="trailing" secondItem="cuw-uP-kc4" secondAttribute="trailing" constant="20" id="djc-93-63X"/>
|
|
151
|
+
<constraint firstItem="rEn-Oo-ZuO" firstAttribute="centerX" secondItem="cxp-oR-tQp" secondAttribute="centerX" id="h4L-bd-2mX"/>
|
|
152
|
+
<constraint firstItem="SXS-Lm-Psu" firstAttribute="top" secondItem="rwW-8U-oCm" secondAttribute="bottom" constant="24" id="h8H-GL-NI8"/>
|
|
153
|
+
<constraint firstItem="mRp-F7-WjU" firstAttribute="top" secondItem="cxp-oR-tQp" secondAttribute="top" constant="20" id="hxg-o2-VRT"/>
|
|
154
|
+
<constraint firstItem="8yD-7y-oVz" firstAttribute="top" secondItem="p4N-DR-ogR" secondAttribute="bottom" constant="20" id="iuL-sZ-gaL"/>
|
|
155
|
+
<constraint firstItem="hhu-Fh-YTi" firstAttribute="centerX" secondItem="cxp-oR-tQp" secondAttribute="centerX" id="kMj-1h-dsW"/>
|
|
156
|
+
<constraint firstAttribute="trailing" secondItem="Gxt-fE-Rft" secondAttribute="trailing" id="kn6-uc-ENh"/>
|
|
157
|
+
<constraint firstItem="rEn-Oo-ZuO" firstAttribute="top" secondItem="W7G-5x-Jc0" secondAttribute="bottom" constant="20" id="nBN-xC-N0f"/>
|
|
158
|
+
<constraint firstItem="p4N-DR-ogR" firstAttribute="top" secondItem="SXS-Lm-Psu" secondAttribute="bottom" constant="30" id="ovY-ma-480"/>
|
|
159
|
+
<constraint firstItem="c7w-3s-FyR" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="16" id="pBa-c1-nsR"/>
|
|
160
|
+
<constraint firstItem="8yD-7y-oVz" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="16" id="saK-Mi-9MB"/>
|
|
161
|
+
<constraint firstAttribute="trailing" secondItem="rwW-8U-oCm" secondAttribute="trailing" id="sqt-mj-9F9"/>
|
|
162
|
+
<constraint firstItem="SXS-Lm-Psu" firstAttribute="leading" secondItem="cxp-oR-tQp" secondAttribute="leading" constant="16" id="vxM-HY-l1u"/>
|
|
163
|
+
<constraint firstItem="W7G-5x-Jc0" firstAttribute="top" secondItem="mRp-F7-WjU" secondAttribute="bottom" constant="20" id="wiA-GV-mTu"/>
|
|
164
|
+
</constraints>
|
|
165
|
+
</view>
|
|
166
|
+
</subviews>
|
|
167
|
+
<constraints>
|
|
168
|
+
<constraint firstItem="cxp-oR-tQp" firstAttribute="top" secondItem="cyA-q6-oqP" secondAttribute="top" id="4XX-Vs-JKR"/>
|
|
169
|
+
<constraint firstItem="cxp-oR-tQp" firstAttribute="width" secondItem="cyA-q6-oqP" secondAttribute="width" id="517-EE-toW"/>
|
|
170
|
+
<constraint firstItem="cxp-oR-tQp" firstAttribute="leading" secondItem="cyA-q6-oqP" secondAttribute="leading" id="B0Y-RL-NcJ"/>
|
|
171
|
+
<constraint firstAttribute="bottom" secondItem="cxp-oR-tQp" secondAttribute="bottom" id="LFB-j4-50O"/>
|
|
172
|
+
<constraint firstAttribute="trailing" secondItem="cxp-oR-tQp" secondAttribute="trailing" id="zWx-eF-cWU"/>
|
|
173
|
+
</constraints>
|
|
174
|
+
</scrollView>
|
|
36
175
|
</subviews>
|
|
37
176
|
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
|
38
|
-
<color key="backgroundColor" systemColor="
|
|
177
|
+
<color key="backgroundColor" systemColor="systemGray5Color"/>
|
|
39
178
|
<constraints>
|
|
40
|
-
<constraint firstItem="
|
|
41
|
-
<constraint firstItem="
|
|
42
|
-
<constraint firstItem="
|
|
43
|
-
<constraint firstItem="
|
|
44
|
-
<constraint firstItem="rEn-Oo-ZuO" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="xtv-co-psI"/>
|
|
179
|
+
<constraint firstItem="cyA-q6-oqP" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="1xi-Ei-z14"/>
|
|
180
|
+
<constraint firstItem="cyA-q6-oqP" firstAttribute="bottom" secondItem="6Tk-OE-BBY" secondAttribute="bottom" id="WMK-37-Xu8"/>
|
|
181
|
+
<constraint firstItem="cyA-q6-oqP" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="ayT-L7-V9t"/>
|
|
182
|
+
<constraint firstItem="cyA-q6-oqP" firstAttribute="trailing" secondItem="6Tk-OE-BBY" secondAttribute="trailing" id="nhu-0O-7f4"/>
|
|
45
183
|
</constraints>
|
|
46
184
|
</view>
|
|
47
185
|
<navigationItem key="navigationItem" id="gHK-AH-GZn"/>
|
|
48
186
|
<connections>
|
|
49
187
|
<outlet property="lblResponseShow" destination="c7w-3s-FyR" id="zL0-I2-Plv"/>
|
|
50
188
|
<outlet property="payButton" destination="rEn-Oo-ZuO" id="ZRH-vj-3Mm"/>
|
|
189
|
+
<outlet property="txtFieldAmountApiKeyCase" destination="W7G-5x-Jc0" id="PYC-JJ-2c3"/>
|
|
190
|
+
<outlet property="txtFieldClientToken" destination="cuw-uP-kc4" id="XM1-fW-7QD"/>
|
|
51
191
|
</connections>
|
|
52
192
|
</viewController>
|
|
53
193
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
|
54
194
|
</objects>
|
|
55
195
|
<point key="canvasLocation" x="1043.5114503816794" y="-27.464788732394368"/>
|
|
56
196
|
</scene>
|
|
197
|
+
<!--Sample AppVC-->
|
|
198
|
+
<scene sceneID="CRc-eI-0wI">
|
|
199
|
+
<objects>
|
|
200
|
+
<viewController storyboardIdentifier="SampleAppVC" id="KWM-dq-qZp" customClass="SampleAppVC" customModule="easymerchantsdkDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
201
|
+
<view key="view" contentMode="scaleToFill" id="MCT-9r-goU">
|
|
202
|
+
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
203
|
+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
204
|
+
<viewLayoutGuide key="safeArea" id="sMe-FQ-u7m"/>
|
|
205
|
+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
206
|
+
</view>
|
|
207
|
+
</viewController>
|
|
208
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="rkm-6I-THt" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
209
|
+
</objects>
|
|
210
|
+
<point key="canvasLocation" x="1927" y="-27"/>
|
|
211
|
+
</scene>
|
|
57
212
|
</scenes>
|
|
58
213
|
<resources>
|
|
59
214
|
<namedColor name="1757D9">
|
|
@@ -62,5 +217,11 @@
|
|
|
62
217
|
<systemColor name="systemBackgroundColor">
|
|
63
218
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
64
219
|
</systemColor>
|
|
220
|
+
<systemColor name="systemGray5Color">
|
|
221
|
+
<color red="0.8980392157" green="0.8980392157" blue="0.91764705879999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
222
|
+
</systemColor>
|
|
223
|
+
<systemColor name="systemGrayColor">
|
|
224
|
+
<color red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
225
|
+
</systemColor>
|
|
65
226
|
</resources>
|
|
66
227
|
</document>
|