@jimrising/easymerchantsdk-react-native 2.5.2 → 2.5.4
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/android/build.gradle +1 -1
- package/ios/ApiManager/APIHeaders.swift +0 -6
- package/ios/ApiManager/APIRequest.swift +3 -8
- package/ios/Classes/EasyMerchantSdk.m +2 -2
- package/ios/Classes/EasyMerchantSdk.swift +76 -17
- package/ios/Helper/GrailPayHelper.swift +1 -0
- package/ios/Models/Request.swift +3 -3
- package/ios/Pods/Storyboard/EasyPaySdk.storyboard +83 -83
- package/ios/Pods/ViewControllers/AdditionalInfoVC.swift +26 -3
- package/ios/Pods/ViewControllers/BillingInfoVC/BillingInfoVC.swift +10 -10
- package/ios/Pods/ViewControllers/GrailPayVC.swift +260 -268
- package/ios/Pods/ViewControllers/OTPVerificationVC.swift +74 -13
- package/ios/Pods/ViewControllers/PaymentInformation/PaymentInfoVC.swift +259 -124
- package/ios/Pods/ViewControllers/PaymentInformation/RecurringTVC.swift +3 -0
- package/ios/Pods/ViewControllers/PaymentStatusWebViewVC.swift +1 -32
- package/ios/Pods/ViewControllers/ThreeDSecurePaymentDoneVC.swift +10 -6
- package/ios/easymerchantsdk.podspec +1 -1
- package/package.json +1 -1
- package/ACH_CHARGE_ENDPOINT_TRACE.md +0 -69
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<!--Term And ConditionsVC-->
|
|
25
25
|
<scene sceneID="ywf-GB-0jE">
|
|
26
26
|
<objects>
|
|
27
|
-
<viewController storyboardIdentifier="TermAndConditionsVC" id="RGV-k4-JMQ" customClass="TermAndConditionsVC" customModule="
|
|
27
|
+
<viewController storyboardIdentifier="TermAndConditionsVC" id="RGV-k4-JMQ" customClass="TermAndConditionsVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
28
28
|
<view key="view" contentMode="scaleToFill" id="PfL-UQ-JyT">
|
|
29
29
|
<rect key="frame" x="0.0" y="0.0" width="393" height="1680"/>
|
|
30
30
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
<!--Email VerificationVC-->
|
|
172
172
|
<scene sceneID="6We-Wv-Tay">
|
|
173
173
|
<objects>
|
|
174
|
-
<viewController storyboardIdentifier="EmailVerificationVC" id="QD9-LZ-QPE" customClass="EmailVerificationVC" customModule="
|
|
174
|
+
<viewController storyboardIdentifier="EmailVerificationVC" id="QD9-LZ-QPE" customClass="EmailVerificationVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
175
175
|
<view key="view" contentMode="scaleToFill" id="cHj-ht-qqc">
|
|
176
176
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
177
177
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
<action selector="actionBtnGetOTP:" destination="QD9-LZ-QPE" eventType="touchUpInside" id="26S-J9-rbO"/>
|
|
215
215
|
</connections>
|
|
216
216
|
</button>
|
|
217
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ni7-d2-S2k" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
217
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ni7-d2-S2k" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
218
218
|
<rect key="frame" x="16" y="137.66666666666666" width="361" height="74.333333333333343"/>
|
|
219
219
|
<subviews>
|
|
220
220
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="1QY-HA-hpo">
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
<!--Billing InfoVC-->
|
|
360
360
|
<scene sceneID="Y7z-Xy-v3i">
|
|
361
361
|
<objects>
|
|
362
|
-
<viewController storyboardIdentifier="BillingInfoVC" id="Yfu-8B-cHL" customClass="BillingInfoVC" customModule="
|
|
362
|
+
<viewController storyboardIdentifier="BillingInfoVC" id="Yfu-8B-cHL" customClass="BillingInfoVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
363
363
|
<view key="view" contentMode="scaleToFill" id="Py5-kx-hQ1">
|
|
364
364
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
365
365
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="Dyl-Qd-uAN">
|
|
380
380
|
<rect key="frame" x="16" y="72.000000000000028" width="361" height="435.66666666666674"/>
|
|
381
381
|
<subviews>
|
|
382
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3wk-wi-j5l" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
382
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3wk-wi-j5l" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
383
383
|
<rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
|
|
384
384
|
<subviews>
|
|
385
385
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Jvz-sd-ctF">
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
<outlet property="titleLabel" destination="MFt-Bh-aPd" id="zi9-dR-ebA"/>
|
|
461
461
|
</connections>
|
|
462
462
|
</stackView>
|
|
463
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2bH-JK-VL8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
463
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2bH-JK-VL8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
464
464
|
<rect key="frame" x="0.0" y="90.333333333333343" width="361" height="74.333333333333343"/>
|
|
465
465
|
<subviews>
|
|
466
466
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="PtE-nd-WGP">
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
<outlet property="titleLabel" destination="Bw5-oK-ahG" id="LZV-Kk-Gcm"/>
|
|
550
550
|
</connections>
|
|
551
551
|
</stackView>
|
|
552
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="obI-pF-5ty" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
552
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="obI-pF-5ty" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
553
553
|
<rect key="frame" x="0.0" y="180.66666666666669" width="361" height="74.333333333333314"/>
|
|
554
554
|
<subviews>
|
|
555
555
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="znu-Xm-xgr">
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
<outlet property="titleLabel" destination="x5g-AU-qKO" id="Dgu-k5-t1f"/>
|
|
639
639
|
</connections>
|
|
640
640
|
</stackView>
|
|
641
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3zP-qk-7rs" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
641
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3zP-qk-7rs" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
642
642
|
<rect key="frame" x="0.0" y="271" width="361" height="74.333333333333314"/>
|
|
643
643
|
<subviews>
|
|
644
644
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="hpH-Gf-poE">
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
<outlet property="titleLabel" destination="B41-e4-a9J" id="xlO-r6-3Bq"/>
|
|
728
728
|
</connections>
|
|
729
729
|
</stackView>
|
|
730
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="g6q-LE-ZQ3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
730
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="g6q-LE-ZQ3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
731
731
|
<rect key="frame" x="0.0" y="361.33333333333331" width="361" height="74.333333333333314"/>
|
|
732
732
|
<subviews>
|
|
733
733
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="AqU-4u-yOQ">
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
<rect key="frame" x="0.0" y="0.0" width="333" height="513"/>
|
|
858
858
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
859
859
|
<prototypes>
|
|
860
|
-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CityListTVC" rowHeight="66" id="gGP-JP-p4U" customClass="CityListTVC" customModule="
|
|
860
|
+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CityListTVC" rowHeight="66" id="gGP-JP-p4U" customClass="CityListTVC" customModule="EasyPay" customModuleProvider="target">
|
|
861
861
|
<rect key="frame" x="0.0" y="50" width="333" height="66"/>
|
|
862
862
|
<autoresizingMask key="autoresizingMask"/>
|
|
863
863
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="gGP-JP-p4U" id="xyy-cO-M1m">
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
<rect key="frame" x="0.0" y="55" width="333" height="458"/>
|
|
913
913
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
914
914
|
<prototypes>
|
|
915
|
-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CountryListTVC" rowHeight="66" id="K0e-XK-vjE" customClass="CountryListTVC" customModule="
|
|
915
|
+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CountryListTVC" rowHeight="66" id="K0e-XK-vjE" customClass="CountryListTVC" customModule="EasyPay" customModuleProvider="target">
|
|
916
916
|
<rect key="frame" x="0.0" y="50" width="333" height="66"/>
|
|
917
917
|
<autoresizingMask key="autoresizingMask"/>
|
|
918
918
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="K0e-XK-vjE" id="lrJ-jU-orc">
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
<rect key="frame" x="0.0" y="55" width="333" height="458"/>
|
|
981
981
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
982
982
|
<prototypes>
|
|
983
|
-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="StateListTVC" rowHeight="66" id="wiw-SJ-eeT" customClass="StateListTVC" customModule="
|
|
983
|
+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="StateListTVC" rowHeight="66" id="wiw-SJ-eeT" customClass="StateListTVC" customModule="EasyPay" customModuleProvider="target">
|
|
984
984
|
<rect key="frame" x="0.0" y="50" width="333" height="66"/>
|
|
985
985
|
<autoresizingMask key="autoresizingMask"/>
|
|
986
986
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="wiw-SJ-eeT" id="NZb-lz-rKn">
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
<!--Additional InfoVC-->
|
|
1129
1129
|
<scene sceneID="Vdw-5V-VNW">
|
|
1130
1130
|
<objects>
|
|
1131
|
-
<viewController storyboardIdentifier="AdditionalInfoVC" id="kBZ-vF-uZO" customClass="AdditionalInfoVC" customModule="
|
|
1131
|
+
<viewController storyboardIdentifier="AdditionalInfoVC" id="kBZ-vF-uZO" customClass="AdditionalInfoVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
1132
1132
|
<view key="view" contentMode="scaleToFill" id="7ra-xf-Ujc">
|
|
1133
1133
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
1134
1134
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="cnD-6R-7bC">
|
|
1149
1149
|
<rect key="frame" x="16" y="71.999999999999986" width="361" height="164.66666666666663"/>
|
|
1150
1150
|
<subviews>
|
|
1151
|
-
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2mi-yl-5ib" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
1151
|
+
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2mi-yl-5ib" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
1152
1152
|
<rect key="frame" x="0.0" y="-58" width="361" height="58"/>
|
|
1153
1153
|
<subviews>
|
|
1154
1154
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="eFK-Oo-0oF">
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
<outlet property="titleLabel" destination="Vvz-5P-dVI" id="gvr-mO-14N"/>
|
|
1227
1227
|
</connections>
|
|
1228
1228
|
</stackView>
|
|
1229
|
-
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bW5-Pa-gEL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
1229
|
+
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bW5-Pa-gEL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
1230
1230
|
<rect key="frame" x="0.0" y="-58" width="361" height="58"/>
|
|
1231
1231
|
<subviews>
|
|
1232
1232
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="C9P-lt-tbB">
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
<outlet property="titleLabel" destination="13n-Xn-SG2" id="HWY-Z4-YrR"/>
|
|
1305
1305
|
</connections>
|
|
1306
1306
|
</stackView>
|
|
1307
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZyC-nA-t1v" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
1307
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZyC-nA-t1v" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
1308
1308
|
<rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
|
|
1309
1309
|
<subviews>
|
|
1310
1310
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="x5y-9d-iIM">
|
|
@@ -1424,7 +1424,7 @@
|
|
|
1424
1424
|
<outlet property="titleLabel" destination="dfL-E2-wZ8" id="gU2-JS-dFz"/>
|
|
1425
1425
|
</connections>
|
|
1426
1426
|
</stackView>
|
|
1427
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXO-4P-Hja" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
1427
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXO-4P-Hja" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
1428
1428
|
<rect key="frame" x="0.0" y="90.333333333333343" width="361" height="74.333333333333343"/>
|
|
1429
1429
|
<subviews>
|
|
1430
1430
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="t6X-ag-fGN">
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
<!--Payment DoneVC-->
|
|
1613
1613
|
<scene sceneID="beY-ML-HkE">
|
|
1614
1614
|
<objects>
|
|
1615
|
-
<viewController storyboardIdentifier="PaymentDoneVC" id="bgD-VZ-4OB" customClass="PaymentDoneVC" customModule="
|
|
1615
|
+
<viewController storyboardIdentifier="PaymentDoneVC" id="bgD-VZ-4OB" customClass="PaymentDoneVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
1616
1616
|
<view key="view" contentMode="scaleToFill" id="FUh-fo-hzc">
|
|
1617
1617
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
1618
1618
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
<!--VerificationVC-->
|
|
1832
1832
|
<scene sceneID="WfP-Re-lhN">
|
|
1833
1833
|
<objects>
|
|
1834
|
-
<viewController storyboardIdentifier="OTPVerificationVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="lAS-6T-hJb" customClass="OTPVerificationVC" customModule="
|
|
1834
|
+
<viewController storyboardIdentifier="OTPVerificationVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="lAS-6T-hJb" customClass="OTPVerificationVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
1835
1835
|
<view key="view" contentMode="scaleToFill" id="2qf-IU-y0Q">
|
|
1836
1836
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
1837
1837
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
<!--Payment ErrorVC-->
|
|
2157
2157
|
<scene sceneID="Cp3-GT-jzV">
|
|
2158
2158
|
<objects>
|
|
2159
|
-
<viewController storyboardIdentifier="PaymentErrorVC" id="U8A-PI-ZjU" customClass="PaymentErrorVC" customModule="
|
|
2159
|
+
<viewController storyboardIdentifier="PaymentErrorVC" id="U8A-PI-ZjU" customClass="PaymentErrorVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
2160
2160
|
<view key="view" contentMode="scaleToFill" id="o75-6X-0mp">
|
|
2161
2161
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
2162
2162
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
<!--Payment InfoVC-->
|
|
2226
2226
|
<scene sceneID="aSW-vD-km0">
|
|
2227
2227
|
<objects>
|
|
2228
|
-
<viewController storyboardIdentifier="PaymentInfoVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sRX-zZ-F0N" customClass="PaymentInfoVC" customModule="
|
|
2228
|
+
<viewController storyboardIdentifier="PaymentInfoVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sRX-zZ-F0N" customClass="PaymentInfoVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
2229
2229
|
<view key="view" contentMode="scaleToFill" id="RLB-d1-J29">
|
|
2230
2230
|
<rect key="frame" x="0.0" y="0.0" width="393" height="6400"/>
|
|
2231
2231
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
2271
2271
|
</collectionViewFlowLayout>
|
|
2272
2272
|
<cells>
|
|
2273
|
-
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PaymentInformationCVC" id="ikE-jZ-sKE" customClass="PaymentInformationCVC" customModule="
|
|
2273
|
+
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PaymentInformationCVC" id="ikE-jZ-sKE" customClass="PaymentInformationCVC" customModule="EasyPay" customModuleProvider="target">
|
|
2274
2274
|
<rect key="frame" x="0.0" y="0.0" width="97" height="70"/>
|
|
2275
2275
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
2276
2276
|
<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="8Dg-MM-nKd">
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
<color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
2413
2413
|
<nil key="highlightedColor"/>
|
|
2414
2414
|
</label>
|
|
2415
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bzK-vv-ID6" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
2415
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bzK-vv-ID6" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
2416
2416
|
<rect key="frame" x="0.0" y="113.66666666666663" width="361" height="74.333333333333314"/>
|
|
2417
2417
|
<subviews>
|
|
2418
2418
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="pPc-CS-rFV">
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
<outlet property="titleLabel" destination="vms-30-0mq" id="veJ-U7-ns1"/>
|
|
2491
2491
|
</connections>
|
|
2492
2492
|
</stackView>
|
|
2493
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F3D-Ny-GwY" customClass="FilledButton" customModule="
|
|
2493
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F3D-Ny-GwY" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
2494
2494
|
<rect key="frame" x="0.0" y="212" width="361" height="50"/>
|
|
2495
2495
|
<color key="backgroundColor" name="1757D9"/>
|
|
2496
2496
|
<constraints>
|
|
@@ -2779,7 +2779,7 @@
|
|
|
2779
2779
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="YfU-cT-wl6">
|
|
2780
2780
|
<rect key="frame" x="0.0" y="4" width="361" height="632"/>
|
|
2781
2781
|
<subviews>
|
|
2782
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xMl-Qf-UnF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
2782
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xMl-Qf-UnF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
2783
2783
|
<rect key="frame" x="0.0" y="0.0" width="361" height="142.33333333333334"/>
|
|
2784
2784
|
<subviews>
|
|
2785
2785
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="XqE-aP-jke">
|
|
@@ -2876,7 +2876,7 @@
|
|
|
2876
2876
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="ZIF-n8-cQK">
|
|
2877
2877
|
<rect key="frame" x="0.0" y="158.33333333333337" width="361" height="74.333333333333314"/>
|
|
2878
2878
|
<subviews>
|
|
2879
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="V8L-Xz-IEJ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
2879
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="V8L-Xz-IEJ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
2880
2880
|
<rect key="frame" x="0.0" y="0.0" width="172.66666666666666" height="74.333333333333329"/>
|
|
2881
2881
|
<subviews>
|
|
2882
2882
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="yn5-EN-p1V">
|
|
@@ -2956,7 +2956,7 @@
|
|
|
2956
2956
|
<outlet property="titleLabel" destination="QGE-eS-bdc" id="ckT-dz-keZ"/>
|
|
2957
2957
|
</connections>
|
|
2958
2958
|
</stackView>
|
|
2959
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4cm-Kr-0Zx" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
2959
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4cm-Kr-0Zx" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
2960
2960
|
<rect key="frame" x="188.66666666666663" y="0.0" width="172.33333333333337" height="74.333333333333329"/>
|
|
2961
2961
|
<subviews>
|
|
2962
2962
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="1bJ-e5-CnJ">
|
|
@@ -3038,7 +3038,7 @@
|
|
|
3038
3038
|
</stackView>
|
|
3039
3039
|
</subviews>
|
|
3040
3040
|
</stackView>
|
|
3041
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DGd-iI-SpY" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3041
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DGd-iI-SpY" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3042
3042
|
<rect key="frame" x="0.0" y="248.66666666666677" width="361" height="74.333333333333343"/>
|
|
3043
3043
|
<subviews>
|
|
3044
3044
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="pQN-BM-aS5">
|
|
@@ -3118,7 +3118,7 @@
|
|
|
3118
3118
|
<outlet property="titleLabel" destination="KgW-CD-l4P" id="pQw-W3-o8R"/>
|
|
3119
3119
|
</connections>
|
|
3120
3120
|
</stackView>
|
|
3121
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="q4b-B3-Br2" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3121
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="q4b-B3-Br2" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3122
3122
|
<rect key="frame" x="0.0" y="339.00000000000011" width="361" height="74.333333333333314"/>
|
|
3123
3123
|
<subviews>
|
|
3124
3124
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="2tx-tY-Pmp">
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
<outlet property="titleLabel" destination="6se-Se-6TY" id="Jcr-Tj-Fe8"/>
|
|
3198
3198
|
</connections>
|
|
3199
3199
|
</stackView>
|
|
3200
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXk-su-hTt" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3200
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXk-su-hTt" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3201
3201
|
<rect key="frame" x="0.0" y="429.33333333333337" width="361" height="74.333333333333314"/>
|
|
3202
3202
|
<subviews>
|
|
3203
3203
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="q0P-ks-jqh">
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
<outlet property="titleLabel" destination="9Hn-Sg-MON" id="mhs-GO-YtI"/>
|
|
3299
3299
|
</connections>
|
|
3300
3300
|
</stackView>
|
|
3301
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mmh-Wb-hIG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3301
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mmh-Wb-hIG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3302
3302
|
<rect key="frame" x="0.0" y="519.66666666666663" width="361" height="74.333333333333371"/>
|
|
3303
3303
|
<subviews>
|
|
3304
3304
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="cmw-VY-m2D">
|
|
@@ -3432,7 +3432,7 @@
|
|
|
3432
3432
|
<rect key="frame" x="0.0" y="0.0" width="200" height="100"/>
|
|
3433
3433
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
3434
3434
|
<prototypes>
|
|
3435
|
-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="RecurringTVC" rowHeight="44" id="GnK-vT-u8B" customClass="RecurringTVC" customModule="
|
|
3435
|
+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="RecurringTVC" rowHeight="44" id="GnK-vT-u8B" customClass="RecurringTVC" customModule="EasyPay" customModuleProvider="target">
|
|
3436
3436
|
<rect key="frame" x="0.0" y="50" width="200" height="44"/>
|
|
3437
3437
|
<autoresizingMask key="autoresizingMask"/>
|
|
3438
3438
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="GnK-vT-u8B" id="Vat-2a-kPv">
|
|
@@ -3583,7 +3583,7 @@
|
|
|
3583
3583
|
</userDefinedRuntimeAttribute>
|
|
3584
3584
|
</userDefinedRuntimeAttributes>
|
|
3585
3585
|
</view>
|
|
3586
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="BeG-Jh-1w1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3586
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="BeG-Jh-1w1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3587
3587
|
<rect key="frame" x="0.0" y="85" width="361" height="74.333333333333314"/>
|
|
3588
3588
|
<subviews>
|
|
3589
3589
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="6Lv-vf-80C">
|
|
@@ -3662,7 +3662,7 @@
|
|
|
3662
3662
|
<outlet property="titleLabel" destination="R89-Ls-zL0" id="peg-6z-nC8"/>
|
|
3663
3663
|
</connections>
|
|
3664
3664
|
</stackView>
|
|
3665
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="7ce-Wr-miM" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3665
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="7ce-Wr-miM" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3666
3666
|
<rect key="frame" x="0.0" y="179.33333333333326" width="361" height="74.333333333333314"/>
|
|
3667
3667
|
<subviews>
|
|
3668
3668
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="JZL-ZV-d5t">
|
|
@@ -3763,7 +3763,7 @@
|
|
|
3763
3763
|
<outlet property="titleLabel" destination="XJH-ew-Pfe" id="f1a-Wk-9cN"/>
|
|
3764
3764
|
</connections>
|
|
3765
3765
|
</stackView>
|
|
3766
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Bn7-Fd-syQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
3766
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Bn7-Fd-syQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
3767
3767
|
<rect key="frame" x="0.0" y="273.66666666666652" width="361" height="74.333333333333314"/>
|
|
3768
3768
|
<subviews>
|
|
3769
3769
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="pXv-nL-o6f">
|
|
@@ -3864,7 +3864,7 @@
|
|
|
3864
3864
|
<outlet property="titleLabel" destination="GM1-P6-UFd" id="zmX-V6-7BC"/>
|
|
3865
3865
|
</connections>
|
|
3866
3866
|
</stackView>
|
|
3867
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ml8-BC-a9x" customClass="FilledButton" customModule="
|
|
3867
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ml8-BC-a9x" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
3868
3868
|
<rect key="frame" x="0.0" y="368" width="361" height="50"/>
|
|
3869
3869
|
<color key="backgroundColor" name="1757D9"/>
|
|
3870
3870
|
<constraints>
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="i1g-4W-PSb">
|
|
4042
4042
|
<rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
|
|
4043
4043
|
<subviews>
|
|
4044
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ekj-A0-u6V" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4044
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ekj-A0-u6V" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4045
4045
|
<rect key="frame" x="0.0" y="0.0" width="172.66666666666666" height="74.333333333333329"/>
|
|
4046
4046
|
<subviews>
|
|
4047
4047
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Vag-4g-6lE">
|
|
@@ -4121,7 +4121,7 @@
|
|
|
4121
4121
|
<outlet property="titleLabel" destination="SHO-Z2-pHX" id="JFk-wl-vTM"/>
|
|
4122
4122
|
</connections>
|
|
4123
4123
|
</stackView>
|
|
4124
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="RAu-uQ-HrF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4124
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="RAu-uQ-HrF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4125
4125
|
<rect key="frame" x="188.66666666666663" y="0.0" width="172.33333333333337" height="74.333333333333329"/>
|
|
4126
4126
|
<subviews>
|
|
4127
4127
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="rzn-h1-Ktt">
|
|
@@ -4203,7 +4203,7 @@
|
|
|
4203
4203
|
</stackView>
|
|
4204
4204
|
</subviews>
|
|
4205
4205
|
</stackView>
|
|
4206
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="WAE-Ch-PHG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4206
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="WAE-Ch-PHG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4207
4207
|
<rect key="frame" x="0.0" y="90.333333333333485" width="361" height="74.333333333333314"/>
|
|
4208
4208
|
<subviews>
|
|
4209
4209
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="g4w-qw-It5">
|
|
@@ -4283,7 +4283,7 @@
|
|
|
4283
4283
|
<outlet property="titleLabel" destination="asF-eA-G9B" id="Rna-tA-Mx5"/>
|
|
4284
4284
|
</connections>
|
|
4285
4285
|
</stackView>
|
|
4286
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="blk-9q-BmT" customClass="FilledButton" customModule="
|
|
4286
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="blk-9q-BmT" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
4287
4287
|
<rect key="frame" x="0.0" y="180.66666666666697" width="361" height="50"/>
|
|
4288
4288
|
<color key="backgroundColor" name="1757D9"/>
|
|
4289
4289
|
<constraints>
|
|
@@ -4366,7 +4366,7 @@
|
|
|
4366
4366
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="WHg-Iv-gEC">
|
|
4367
4367
|
<rect key="frame" x="0.0" y="74" width="361" height="563.66666666666663"/>
|
|
4368
4368
|
<subviews>
|
|
4369
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZHn-jt-eGj" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4369
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZHn-jt-eGj" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4370
4370
|
<rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
|
|
4371
4371
|
<subviews>
|
|
4372
4372
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="8VC-J9-9ul">
|
|
@@ -4460,7 +4460,7 @@
|
|
|
4460
4460
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="eeV-zR-ttc">
|
|
4461
4461
|
<rect key="frame" x="0.0" y="94.333333333333485" width="361" height="74.333333333333314"/>
|
|
4462
4462
|
<subviews>
|
|
4463
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="deg-PS-diW" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4463
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="deg-PS-diW" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4464
4464
|
<rect key="frame" x="0.0" y="0.0" width="172.66666666666666" height="74.333333333333329"/>
|
|
4465
4465
|
<subviews>
|
|
4466
4466
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="yPE-xQ-XBv">
|
|
@@ -4540,7 +4540,7 @@
|
|
|
4540
4540
|
<outlet property="titleLabel" destination="BjS-iF-e0T" id="WhB-zg-kSd"/>
|
|
4541
4541
|
</connections>
|
|
4542
4542
|
</stackView>
|
|
4543
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="IzQ-Tq-FPB" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4543
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="IzQ-Tq-FPB" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4544
4544
|
<rect key="frame" x="188.66666666666663" y="0.0" width="172.33333333333337" height="74.333333333333329"/>
|
|
4545
4545
|
<subviews>
|
|
4546
4546
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="7X5-T5-clv">
|
|
@@ -4622,7 +4622,7 @@
|
|
|
4622
4622
|
</stackView>
|
|
4623
4623
|
</subviews>
|
|
4624
4624
|
</stackView>
|
|
4625
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3kN-Qw-ozf" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4625
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3kN-Qw-ozf" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4626
4626
|
<rect key="frame" x="0.0" y="188.66666666666697" width="361" height="74.333333333333314"/>
|
|
4627
4627
|
<subviews>
|
|
4628
4628
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="W0W-m0-1GE">
|
|
@@ -4702,7 +4702,7 @@
|
|
|
4702
4702
|
<outlet property="titleLabel" destination="CTa-Zx-iYj" id="XOJ-Qw-Qdp"/>
|
|
4703
4703
|
</connections>
|
|
4704
4704
|
</stackView>
|
|
4705
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="6Lb-wm-8cc" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4705
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="6Lb-wm-8cc" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4706
4706
|
<rect key="frame" x="0.0" y="283" width="361" height="74.333333333333314"/>
|
|
4707
4707
|
<subviews>
|
|
4708
4708
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="hZa-uh-Ldb">
|
|
@@ -4803,7 +4803,7 @@
|
|
|
4803
4803
|
<outlet property="titleLabel" destination="zar-jb-SRX" id="zpn-KK-jCe"/>
|
|
4804
4804
|
</connections>
|
|
4805
4805
|
</stackView>
|
|
4806
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="oYI-IS-AK1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4806
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="oYI-IS-AK1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4807
4807
|
<rect key="frame" x="0.0" y="377.33333333333348" width="361" height="74.333333333333314"/>
|
|
4808
4808
|
<subviews>
|
|
4809
4809
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="1hW-Gn-D5S">
|
|
@@ -4928,7 +4928,7 @@
|
|
|
4928
4928
|
</label>
|
|
4929
4929
|
</subviews>
|
|
4930
4930
|
</stackView>
|
|
4931
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Z8z-3c-aaJ" customClass="FilledButton" customModule="
|
|
4931
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Z8z-3c-aaJ" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
4932
4932
|
<rect key="frame" x="0.0" y="513.66666666666697" width="361" height="50"/>
|
|
4933
4933
|
<color key="backgroundColor" name="1757D9"/>
|
|
4934
4934
|
<constraints>
|
|
@@ -4972,7 +4972,7 @@
|
|
|
4972
4972
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="ZwD-Cr-jBm">
|
|
4973
4973
|
<rect key="frame" x="0.0" y="8" width="361" height="810.66666666666663"/>
|
|
4974
4974
|
<subviews>
|
|
4975
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="0CN-5n-P9Y" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
4975
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="0CN-5n-P9Y" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
4976
4976
|
<rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
|
|
4977
4977
|
<subviews>
|
|
4978
4978
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="6iK-wa-gNY">
|
|
@@ -5053,7 +5053,7 @@
|
|
|
5053
5053
|
<outlet property="titleLabel" destination="OIf-rq-ZSh" id="NAo-GM-AfW"/>
|
|
5054
5054
|
</connections>
|
|
5055
5055
|
</stackView>
|
|
5056
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Ej7-up-TKo" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5056
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Ej7-up-TKo" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5057
5057
|
<rect key="frame" x="0.0" y="94.333333333333485" width="361" height="74.333333333333314"/>
|
|
5058
5058
|
<subviews>
|
|
5059
5059
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Itq-3m-OiQ">
|
|
@@ -5131,7 +5131,7 @@
|
|
|
5131
5131
|
<outlet property="titleLabel" destination="4ra-sE-CRy" id="BD6-GK-Oyy"/>
|
|
5132
5132
|
</connections>
|
|
5133
5133
|
</stackView>
|
|
5134
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="YYM-MT-AvX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5134
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="YYM-MT-AvX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5135
5135
|
<rect key="frame" x="0.0" y="188.66666666666697" width="361" height="74.333333333333314"/>
|
|
5136
5136
|
<subviews>
|
|
5137
5137
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Msa-XX-KLb">
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
<outlet property="titleLabel" destination="jNV-RG-Bh1" id="Lhu-rh-1bf"/>
|
|
5221
5221
|
</connections>
|
|
5222
5222
|
</stackView>
|
|
5223
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="HVX-TB-bI4" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5223
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="HVX-TB-bI4" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5224
5224
|
<rect key="frame" x="0.0" y="283" width="361" height="74.333333333333314"/>
|
|
5225
5225
|
<subviews>
|
|
5226
5226
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="zL2-Qi-VMG">
|
|
@@ -5298,7 +5298,7 @@
|
|
|
5298
5298
|
<outlet property="titleLabel" destination="Eda-3z-Z0i" id="zup-qU-nU2"/>
|
|
5299
5299
|
</connections>
|
|
5300
5300
|
</stackView>
|
|
5301
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="G8C-E9-d3o" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5301
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="G8C-E9-d3o" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5302
5302
|
<rect key="frame" x="0.0" y="377.33333333333348" width="361" height="74.333333333333314"/>
|
|
5303
5303
|
<subviews>
|
|
5304
5304
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="cXA-td-uf1">
|
|
@@ -5376,7 +5376,7 @@
|
|
|
5376
5376
|
<outlet property="titleLabel" destination="cdr-ql-yf9" id="zG5-X2-j4k"/>
|
|
5377
5377
|
</connections>
|
|
5378
5378
|
</stackView>
|
|
5379
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DY7-dy-XAv" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5379
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DY7-dy-XAv" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5380
5380
|
<rect key="frame" x="0.0" y="471.66666666666697" width="361" height="74.333333333333371"/>
|
|
5381
5381
|
<subviews>
|
|
5382
5382
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="BND-dd-BW4">
|
|
@@ -5455,7 +5455,7 @@
|
|
|
5455
5455
|
<outlet property="titleLabel" destination="x8S-mf-qxW" id="jr6-7X-n5Z"/>
|
|
5456
5456
|
</connections>
|
|
5457
5457
|
</stackView>
|
|
5458
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="en2-V7-KDX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5458
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="en2-V7-KDX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5459
5459
|
<rect key="frame" x="0.0" y="566" width="361" height="74.333333333333371"/>
|
|
5460
5460
|
<subviews>
|
|
5461
5461
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="sVy-zn-iu4">
|
|
@@ -5556,7 +5556,7 @@
|
|
|
5556
5556
|
<outlet property="titleLabel" destination="F5K-Nb-xug" id="SyO-vz-EWQ"/>
|
|
5557
5557
|
</connections>
|
|
5558
5558
|
</stackView>
|
|
5559
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="zBf-fz-av3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5559
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="zBf-fz-av3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5560
5560
|
<rect key="frame" x="0.0" y="660.33333333333348" width="361" height="74.333333333333371"/>
|
|
5561
5561
|
<subviews>
|
|
5562
5562
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="FF9-IK-2Cg">
|
|
@@ -5715,9 +5715,9 @@
|
|
|
5715
5715
|
</label>
|
|
5716
5716
|
</subviews>
|
|
5717
5717
|
</stackView>
|
|
5718
|
+
</subviews>
|
|
5719
|
+
</stackView>
|
|
5718
5720
|
</subviews>
|
|
5719
|
-
</stackView>
|
|
5720
|
-
</subviews>
|
|
5721
5721
|
</stackView>
|
|
5722
5722
|
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dIL-jM-Phc">
|
|
5723
5723
|
<rect key="frame" x="24" y="161.33333333333348" width="200" height="145"/>
|
|
@@ -5726,7 +5726,7 @@
|
|
|
5726
5726
|
<rect key="frame" x="0.0" y="0.0" width="200" height="145"/>
|
|
5727
5727
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
5728
5728
|
<prototypes>
|
|
5729
|
-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="AccountTypeTVC" rowHeight="44" id="QbE-Pv-dPj" customClass="AccountTypeTVC" customModule="
|
|
5729
|
+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="AccountTypeTVC" rowHeight="44" id="QbE-Pv-dPj" customClass="AccountTypeTVC" customModule="EasyPay" customModuleProvider="target">
|
|
5730
5730
|
<rect key="frame" x="0.0" y="50" width="200" height="44"/>
|
|
5731
5731
|
<autoresizingMask key="autoresizingMask"/>
|
|
5732
5732
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="QbE-Pv-dPj" id="PIg-Bv-2rf">
|
|
@@ -5789,7 +5789,7 @@
|
|
|
5789
5789
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
5790
5790
|
<constraints>
|
|
5791
5791
|
<constraint firstItem="ZwD-Cr-jBm" firstAttribute="top" secondItem="ZxS-yj-zIk" secondAttribute="top" constant="8" id="4F0-pB-CRt"/>
|
|
5792
|
-
<constraint firstAttribute="height" constant="
|
|
5792
|
+
<constraint firstAttribute="height" constant="846" id="ZgA-Fo-gO9"/>
|
|
5793
5793
|
<constraint firstItem="ZwD-Cr-jBm" firstAttribute="leading" secondItem="ZxS-yj-zIk" secondAttribute="leading" id="hTU-E5-yV1"/>
|
|
5794
5794
|
<constraint firstAttribute="trailing" secondItem="ZwD-Cr-jBm" secondAttribute="trailing" id="o2k-s6-Lgi"/>
|
|
5795
5795
|
<constraint firstItem="dIL-jM-Phc" firstAttribute="leading" secondItem="ZxS-yj-zIk" secondAttribute="leading" constant="24" id="qD6-G1-Rl0"/>
|
|
@@ -5860,7 +5860,7 @@
|
|
|
5860
5860
|
</userDefinedRuntimeAttribute>
|
|
5861
5861
|
</userDefinedRuntimeAttributes>
|
|
5862
5862
|
</view>
|
|
5863
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Jsy-Iw-MdS" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5863
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Jsy-Iw-MdS" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5864
5864
|
<rect key="frame" x="0.0" y="81" width="361" height="58"/>
|
|
5865
5865
|
<subviews>
|
|
5866
5866
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Pfu-4F-TPH">
|
|
@@ -5961,7 +5961,7 @@
|
|
|
5961
5961
|
<outlet property="titleLabel" destination="4YT-ST-04y" id="STr-ZE-06v"/>
|
|
5962
5962
|
</connections>
|
|
5963
5963
|
</stackView>
|
|
5964
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="1IZ-af-f45" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
5964
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="1IZ-af-f45" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
5965
5965
|
<rect key="frame" x="0.0" y="155.00000000000045" width="361" height="58"/>
|
|
5966
5966
|
<subviews>
|
|
5967
5967
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="ZQY-K4-viG">
|
|
@@ -6062,7 +6062,7 @@
|
|
|
6062
6062
|
<outlet property="titleLabel" destination="WDA-5D-u4s" id="oCS-Vt-yKu"/>
|
|
6063
6063
|
</connections>
|
|
6064
6064
|
</stackView>
|
|
6065
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mvt-NG-D5w" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
6065
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mvt-NG-D5w" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
6066
6066
|
<rect key="frame" x="0.0" y="229.00000000000045" width="361" height="58"/>
|
|
6067
6067
|
<subviews>
|
|
6068
6068
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="W8T-5Z-OZ8">
|
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
</stackView>
|
|
6200
6200
|
</subviews>
|
|
6201
6201
|
</stackView>
|
|
6202
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UaR-Vl-lNo" customClass="FilledButton" customModule="
|
|
6202
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UaR-Vl-lNo" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
6203
6203
|
<rect key="frame" x="0.0" y="0.0" width="361" height="50"/>
|
|
6204
6204
|
<color key="backgroundColor" name="1757D9"/>
|
|
6205
6205
|
<constraints>
|
|
@@ -6374,7 +6374,7 @@
|
|
|
6374
6374
|
</userDefinedRuntimeAttribute>
|
|
6375
6375
|
</userDefinedRuntimeAttributes>
|
|
6376
6376
|
</view>
|
|
6377
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Awa-yY-bOQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
6377
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Awa-yY-bOQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
6378
6378
|
<rect key="frame" x="0.0" y="81.000000000000455" width="361" height="58"/>
|
|
6379
6379
|
<subviews>
|
|
6380
6380
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Fe8-aA-yFu">
|
|
@@ -6475,7 +6475,7 @@
|
|
|
6475
6475
|
<outlet property="titleLabel" destination="8dS-RD-DWE" id="xe8-7u-RO1"/>
|
|
6476
6476
|
</connections>
|
|
6477
6477
|
</stackView>
|
|
6478
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xX7-Q7-XAp" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
6478
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xX7-Q7-XAp" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
6479
6479
|
<rect key="frame" x="0.0" y="155.00000000000045" width="361" height="58"/>
|
|
6480
6480
|
<subviews>
|
|
6481
6481
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="kJp-ZS-e0L">
|
|
@@ -6639,7 +6639,7 @@
|
|
|
6639
6639
|
</stackView>
|
|
6640
6640
|
</subviews>
|
|
6641
6641
|
</stackView>
|
|
6642
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B61-GC-RUu" customClass="FilledButton" customModule="
|
|
6642
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B61-GC-RUu" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
6643
6643
|
<rect key="frame" x="0.0" y="77" width="361" height="50"/>
|
|
6644
6644
|
<color key="backgroundColor" name="1757D9"/>
|
|
6645
6645
|
<constraints>
|
|
@@ -6777,7 +6777,7 @@
|
|
|
6777
6777
|
</userDefinedRuntimeAttribute>
|
|
6778
6778
|
</userDefinedRuntimeAttributes>
|
|
6779
6779
|
</view>
|
|
6780
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3uy-d0-W8X" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
6780
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3uy-d0-W8X" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
6781
6781
|
<rect key="frame" x="0.0" y="81" width="361" height="74.333333333333314"/>
|
|
6782
6782
|
<subviews>
|
|
6783
6783
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="mgX-cS-wVy">
|
|
@@ -6878,7 +6878,7 @@
|
|
|
6878
6878
|
<outlet property="titleLabel" destination="epS-rC-6qr" id="KiU-wt-3Jn"/>
|
|
6879
6879
|
</connections>
|
|
6880
6880
|
</stackView>
|
|
6881
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="sKa-NQ-tKq" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
6881
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="sKa-NQ-tKq" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
6882
6882
|
<rect key="frame" x="0.0" y="171.33333333333303" width="361" height="74.333333333333314"/>
|
|
6883
6883
|
<subviews>
|
|
6884
6884
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="joA-AS-iXX">
|
|
@@ -7010,7 +7010,7 @@
|
|
|
7010
7010
|
</label>
|
|
7011
7011
|
</subviews>
|
|
7012
7012
|
</stackView>
|
|
7013
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fYN-ti-1a7" customClass="FilledButton" customModule="
|
|
7013
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fYN-ti-1a7" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
7014
7014
|
<rect key="frame" x="0.0" y="299.66666666666606" width="361" height="50"/>
|
|
7015
7015
|
<color key="backgroundColor" name="1757D9"/>
|
|
7016
7016
|
<constraints>
|
|
@@ -7121,7 +7121,7 @@
|
|
|
7121
7121
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="9FS-HQ-v7k">
|
|
7122
7122
|
<rect key="frame" x="0.0" y="16" width="361" height="794.33333333333337"/>
|
|
7123
7123
|
<subviews>
|
|
7124
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2j3-Rq-jSN" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7124
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2j3-Rq-jSN" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7125
7125
|
<rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
|
|
7126
7126
|
<subviews>
|
|
7127
7127
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="E6h-Vs-6cZ">
|
|
@@ -7199,7 +7199,7 @@
|
|
|
7199
7199
|
<outlet property="titleLabel" destination="5ES-gB-bf0" id="mzw-S7-YB6"/>
|
|
7200
7200
|
</connections>
|
|
7201
7201
|
</stackView>
|
|
7202
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="jXK-dv-ekO" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7202
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="jXK-dv-ekO" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7203
7203
|
<rect key="frame" x="0.0" y="94.33333333333394" width="361" height="74.333333333333314"/>
|
|
7204
7204
|
<subviews>
|
|
7205
7205
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="LeQ-fz-Uxe">
|
|
@@ -7277,7 +7277,7 @@
|
|
|
7277
7277
|
<outlet property="titleLabel" destination="j5l-S5-MaY" id="Vwd-ro-N7L"/>
|
|
7278
7278
|
</connections>
|
|
7279
7279
|
</stackView>
|
|
7280
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QtP-qT-HYe" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7280
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QtP-qT-HYe" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7281
7281
|
<rect key="frame" x="0.0" y="188.66666666666697" width="361" height="74.333333333333314"/>
|
|
7282
7282
|
<subviews>
|
|
7283
7283
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Fi7-ra-7gb">
|
|
@@ -7366,7 +7366,7 @@
|
|
|
7366
7366
|
<outlet property="titleLabel" destination="HiO-40-18V" id="hn2-zO-jha"/>
|
|
7367
7367
|
</connections>
|
|
7368
7368
|
</stackView>
|
|
7369
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2ZL-Gf-lZn" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7369
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2ZL-Gf-lZn" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7370
7370
|
<rect key="frame" x="0.0" y="283" width="361" height="74.333333333333314"/>
|
|
7371
7371
|
<subviews>
|
|
7372
7372
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Ugl-Kf-3im">
|
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
<outlet property="titleLabel" destination="lu6-cL-3gv" id="mdc-r1-9hJ"/>
|
|
7445
7445
|
</connections>
|
|
7446
7446
|
</stackView>
|
|
7447
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QTd-L4-Al8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7447
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QTd-L4-Al8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7448
7448
|
<rect key="frame" x="0.0" y="377.33333333333394" width="361" height="74.333333333333314"/>
|
|
7449
7449
|
<subviews>
|
|
7450
7450
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="ubz-qP-SEM">
|
|
@@ -7522,7 +7522,7 @@
|
|
|
7522
7522
|
<outlet property="titleLabel" destination="Tis-Is-LEz" id="Wh2-jt-GNE"/>
|
|
7523
7523
|
</connections>
|
|
7524
7524
|
</stackView>
|
|
7525
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4Ft-SS-0d9" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7525
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4Ft-SS-0d9" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7526
7526
|
<rect key="frame" x="0.0" y="471.66666666666697" width="361" height="74.333333333333371"/>
|
|
7527
7527
|
<subviews>
|
|
7528
7528
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="bcC-VI-rjo">
|
|
@@ -7623,7 +7623,7 @@
|
|
|
7623
7623
|
<outlet property="titleLabel" destination="6UV-hR-Mgx" id="EWB-h8-aR3"/>
|
|
7624
7624
|
</connections>
|
|
7625
7625
|
</stackView>
|
|
7626
|
-
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="SLr-da-EwL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="
|
|
7626
|
+
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="SLr-da-EwL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
|
|
7627
7627
|
<rect key="frame" x="0.0" y="566" width="361" height="74.333333333333371"/>
|
|
7628
7628
|
<subviews>
|
|
7629
7629
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="liq-VP-wDJ">
|
|
@@ -7779,7 +7779,7 @@
|
|
|
7779
7779
|
</label>
|
|
7780
7780
|
</subviews>
|
|
7781
7781
|
</stackView>
|
|
7782
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zwV-Y6-3X5" customClass="FilledButton" customModule="
|
|
7782
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zwV-Y6-3X5" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
7783
7783
|
<rect key="frame" x="0.0" y="744.33333333333394" width="361" height="50"/>
|
|
7784
7784
|
<color key="backgroundColor" name="1757D9"/>
|
|
7785
7785
|
<constraints>
|
|
@@ -7808,7 +7808,7 @@
|
|
|
7808
7808
|
<rect key="frame" x="0.0" y="0.0" width="200" height="145"/>
|
|
7809
7809
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
7810
7810
|
<prototypes>
|
|
7811
|
-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="AccountTypeTVC" rowHeight="44" id="ir3-Yu-hDs" customClass="AccountTypeTVC" customModule="
|
|
7811
|
+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="AccountTypeTVC" rowHeight="44" id="ir3-Yu-hDs" customClass="AccountTypeTVC" customModule="EasyPay" customModuleProvider="target">
|
|
7812
7812
|
<rect key="frame" x="0.0" y="50" width="200" height="44"/>
|
|
7813
7813
|
<autoresizingMask key="autoresizingMask"/>
|
|
7814
7814
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ir3-Yu-hDs" id="Z2h-9s-BcR">
|
|
@@ -8130,7 +8130,7 @@
|
|
|
8130
8130
|
</view>
|
|
8131
8131
|
</subviews>
|
|
8132
8132
|
</stackView>
|
|
8133
|
-
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Uu-88-8p3" customClass="FilledButton" customModule="
|
|
8133
|
+
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Uu-88-8p3" customClass="FilledButton" customModule="EasyPay" customModuleProvider="target">
|
|
8134
8134
|
<rect key="frame" x="16" y="6035.333333333333" width="361" height="50"/>
|
|
8135
8135
|
<color key="backgroundColor" name="1757D9"/>
|
|
8136
8136
|
<constraints>
|
|
@@ -8578,7 +8578,7 @@
|
|
|
8578
8578
|
<!--Country ListVC-->
|
|
8579
8579
|
<scene sceneID="jB5-M3-ztU">
|
|
8580
8580
|
<objects>
|
|
8581
|
-
<viewController storyboardIdentifier="CountryListVC" id="9Tc-io-Zop" customClass="CountryListVC" customModule="
|
|
8581
|
+
<viewController storyboardIdentifier="CountryListVC" id="9Tc-io-Zop" customClass="CountryListVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
8582
8582
|
<view key="view" contentMode="scaleToFill" id="gm4-kJ-Ztw">
|
|
8583
8583
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
8584
8584
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -8673,7 +8673,7 @@
|
|
|
8673
8673
|
<!--Payment Status Web ViewVC-->
|
|
8674
8674
|
<scene sceneID="0pT-Qc-aGH">
|
|
8675
8675
|
<objects>
|
|
8676
|
-
<viewController storyboardIdentifier="PaymentStatusWebViewVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="7QX-wf-RDe" customClass="PaymentStatusWebViewVC" customModule="
|
|
8676
|
+
<viewController storyboardIdentifier="PaymentStatusWebViewVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="7QX-wf-RDe" customClass="PaymentStatusWebViewVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
8677
8677
|
<view key="view" contentMode="scaleToFill" id="lwu-Wr-RxY">
|
|
8678
8678
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
8679
8679
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -8688,7 +8688,7 @@
|
|
|
8688
8688
|
<!--Grail PayVC-->
|
|
8689
8689
|
<scene sceneID="OTL-Ro-rHx">
|
|
8690
8690
|
<objects>
|
|
8691
|
-
<viewController storyboardIdentifier="GrailPayVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="c2a-CA-Osa" customClass="GrailPayVC" customModule="
|
|
8691
|
+
<viewController storyboardIdentifier="GrailPayVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="c2a-CA-Osa" customClass="GrailPayVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
8692
8692
|
<view key="view" contentMode="scaleToFill" id="5BZ-qw-9gN">
|
|
8693
8693
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
8694
8694
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
@@ -8703,7 +8703,7 @@
|
|
|
8703
8703
|
<!--ThreeD Secure Payment DoneVC-->
|
|
8704
8704
|
<scene sceneID="rqn-YV-GrD">
|
|
8705
8705
|
<objects>
|
|
8706
|
-
<viewController storyboardIdentifier="ThreeDSecurePaymentDoneVC" id="MNa-QR-pOX" customClass="ThreeDSecurePaymentDoneVC" customModule="
|
|
8706
|
+
<viewController storyboardIdentifier="ThreeDSecurePaymentDoneVC" id="MNa-QR-pOX" customClass="ThreeDSecurePaymentDoneVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
|
|
8707
8707
|
<view key="view" contentMode="scaleToFill" id="7RE-gU-nd0">
|
|
8708
8708
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
8709
8709
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|