@jimrising/easymerchantsdk-react-native 1.4.2 → 1.4.3

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.
Files changed (27) hide show
  1. package/README.md +1 -1
  2. package/android/build/.transforms/20e1216b87bd06eaab3c9e5c68d4267a/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/reactlibrary/RNEasymerchantsdkModule$1.dex +0 -0
  3. package/android/build/.transforms/20e1216b87bd06eaab3c9e5c68d4267a/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/reactlibrary/RNEasymerchantsdkModule$2.dex +0 -0
  4. package/android/build/.transforms/20e1216b87bd06eaab3c9e5c68d4267a/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/reactlibrary/RNEasymerchantsdkModule.dex +0 -0
  5. package/android/build/.transforms/e9a664a11ce12edf79cd87b1e07aa243/transformed/classes/classes_dex/classes.dex +0 -0
  6. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  7. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule$1.class +0 -0
  8. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule$2.class +0 -0
  9. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule.class +0 -0
  10. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule$1.class +0 -0
  11. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule$2.class +0 -0
  12. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule.class +0 -0
  13. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  14. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RNEasymerchantsdkModule$1.class.uniqueId2 +0 -0
  15. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RNEasymerchantsdkModule$2.class.uniqueId0 +0 -0
  16. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RNEasymerchantsdkModule.class.uniqueId3 +0 -0
  17. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  18. package/android/build.gradle +1 -1
  19. package/android/src/main/java/com/reactlibrary/RNEasymerchantsdkModule.java +0 -1
  20. package/ios/Pods/ViewControllers/AdditionalInfoVC.swift +49 -52
  21. package/ios/Pods/ViewControllers/BillingInfoVC/BillingInfoVC.swift +74 -45
  22. package/ios/Pods/ViewControllers/OTPVerificationVC.swift +109 -33
  23. package/ios/Pods/ViewControllers/PaymentInformation/PaymentInfoVC.swift +1036 -146
  24. package/ios/Pods/ViewControllers/ThreeDSecurePaymentDoneVC.swift +0 -248
  25. package/ios/easymerchantsdk.podspec +1 -1
  26. package/ios/easymerchantsdk.storyboard +291 -92
  27. package/package.json +1 -1
@@ -2,7 +2,6 @@
2
2
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="xOW-Ne-dAn">
3
3
  <device id="retina6_12" orientation="portrait" appearance="light"/>
4
4
  <dependencies>
5
- <deployment identifier="iOS"/>
6
5
  <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
7
6
  <capability name="Named colors" minToolsVersion="9.0"/>
8
7
  <capability name="Safe area layout guides" minToolsVersion="9.0"/>
@@ -25,7 +24,7 @@
25
24
  <!--Term And ConditionsVC-->
26
25
  <scene sceneID="ywf-GB-0jE">
27
26
  <objects>
28
- <viewController storyboardIdentifier="TermAndConditionsVC" id="RGV-k4-JMQ" customClass="TermAndConditionsVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
27
+ <viewController storyboardIdentifier="TermAndConditionsVC" id="RGV-k4-JMQ" customClass="TermAndConditionsVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
29
28
  <view key="view" contentMode="scaleToFill" id="PfL-UQ-JyT">
30
29
  <rect key="frame" x="0.0" y="0.0" width="393" height="1680"/>
31
30
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -172,7 +171,7 @@
172
171
  <!--Email VerificationVC-->
173
172
  <scene sceneID="6We-Wv-Tay">
174
173
  <objects>
175
- <viewController storyboardIdentifier="EmailVerificationVC" id="QD9-LZ-QPE" customClass="EmailVerificationVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
174
+ <viewController storyboardIdentifier="EmailVerificationVC" id="QD9-LZ-QPE" customClass="EmailVerificationVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
176
175
  <view key="view" contentMode="scaleToFill" id="cHj-ht-qqc">
177
176
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
178
177
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -215,7 +214,7 @@
215
214
  <action selector="actionBtnGetOTP:" destination="QD9-LZ-QPE" eventType="touchUpInside" id="26S-J9-rbO"/>
216
215
  </connections>
217
216
  </button>
218
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ni7-d2-S2k" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
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">
219
218
  <rect key="frame" x="16" y="137.66666666666666" width="361" height="74.333333333333343"/>
220
219
  <subviews>
221
220
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="1QY-HA-hpo">
@@ -360,7 +359,7 @@
360
359
  <!--Billing InfoVC-->
361
360
  <scene sceneID="Y7z-Xy-v3i">
362
361
  <objects>
363
- <viewController storyboardIdentifier="BillingInfoVC" id="Yfu-8B-cHL" customClass="BillingInfoVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
362
+ <viewController storyboardIdentifier="BillingInfoVC" id="Yfu-8B-cHL" customClass="BillingInfoVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
364
363
  <view key="view" contentMode="scaleToFill" id="Py5-kx-hQ1">
365
364
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
366
365
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -380,7 +379,7 @@
380
379
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="Dyl-Qd-uAN">
381
380
  <rect key="frame" x="16" y="72.000000000000028" width="361" height="435.66666666666674"/>
382
381
  <subviews>
383
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3wk-wi-j5l" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
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">
384
383
  <rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
385
384
  <subviews>
386
385
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Jvz-sd-ctF">
@@ -461,7 +460,7 @@
461
460
  <outlet property="titleLabel" destination="MFt-Bh-aPd" id="zi9-dR-ebA"/>
462
461
  </connections>
463
462
  </stackView>
464
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2bH-JK-VL8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
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">
465
464
  <rect key="frame" x="0.0" y="90.333333333333343" width="361" height="74.333333333333343"/>
466
465
  <subviews>
467
466
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="PtE-nd-WGP">
@@ -550,7 +549,7 @@
550
549
  <outlet property="titleLabel" destination="Bw5-oK-ahG" id="LZV-Kk-Gcm"/>
551
550
  </connections>
552
551
  </stackView>
553
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="obI-pF-5ty" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
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">
554
553
  <rect key="frame" x="0.0" y="180.66666666666669" width="361" height="74.333333333333314"/>
555
554
  <subviews>
556
555
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="znu-Xm-xgr">
@@ -639,7 +638,7 @@
639
638
  <outlet property="titleLabel" destination="x5g-AU-qKO" id="Dgu-k5-t1f"/>
640
639
  </connections>
641
640
  </stackView>
642
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3zP-qk-7rs" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
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">
643
642
  <rect key="frame" x="0.0" y="271" width="361" height="74.333333333333314"/>
644
643
  <subviews>
645
644
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="hpH-Gf-poE">
@@ -728,7 +727,7 @@
728
727
  <outlet property="titleLabel" destination="B41-e4-a9J" id="xlO-r6-3Bq"/>
729
728
  </connections>
730
729
  </stackView>
731
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="g6q-LE-ZQ3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
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">
732
731
  <rect key="frame" x="0.0" y="361.33333333333331" width="361" height="74.333333333333314"/>
733
732
  <subviews>
734
733
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="AqU-4u-yOQ">
@@ -858,7 +857,7 @@
858
857
  <rect key="frame" x="0.0" y="0.0" width="313" height="513"/>
859
858
  <color key="backgroundColor" systemColor="systemBackgroundColor"/>
860
859
  <prototypes>
861
- <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="easymerchantsdk" customModuleProvider="target">
860
+ <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">
862
861
  <rect key="frame" x="0.0" y="50" width="313" height="66"/>
863
862
  <autoresizingMask key="autoresizingMask"/>
864
863
  <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="K0e-XK-vjE" id="lrJ-jU-orc">
@@ -913,7 +912,7 @@
913
912
  <rect key="frame" x="0.0" y="0.0" width="313" height="513"/>
914
913
  <color key="backgroundColor" systemColor="systemBackgroundColor"/>
915
914
  <prototypes>
916
- <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="easymerchantsdk" customModuleProvider="target">
915
+ <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">
917
916
  <rect key="frame" x="0.0" y="50" width="313" height="66"/>
918
917
  <autoresizingMask key="autoresizingMask"/>
919
918
  <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="wiw-SJ-eeT" id="NZb-lz-rKn">
@@ -968,7 +967,7 @@
968
967
  <rect key="frame" x="0.0" y="0.0" width="313" height="513"/>
969
968
  <color key="backgroundColor" systemColor="systemBackgroundColor"/>
970
969
  <prototypes>
971
- <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="easymerchantsdk" customModuleProvider="target">
970
+ <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">
972
971
  <rect key="frame" x="0.0" y="50" width="313" height="66"/>
973
972
  <autoresizingMask key="autoresizingMask"/>
974
973
  <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="gGP-JP-p4U" id="xyy-cO-M1m">
@@ -1101,7 +1100,7 @@
1101
1100
  <!--Additional InfoVC-->
1102
1101
  <scene sceneID="Vdw-5V-VNW">
1103
1102
  <objects>
1104
- <viewController storyboardIdentifier="AdditionalInfoVC" id="kBZ-vF-uZO" customClass="AdditionalInfoVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
1103
+ <viewController storyboardIdentifier="AdditionalInfoVC" id="kBZ-vF-uZO" customClass="AdditionalInfoVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
1105
1104
  <view key="view" contentMode="scaleToFill" id="7ra-xf-Ujc">
1106
1105
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
1107
1106
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -1121,7 +1120,7 @@
1121
1120
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="cnD-6R-7bC">
1122
1121
  <rect key="frame" x="16" y="71.999999999999986" width="361" height="164.66666666666663"/>
1123
1122
  <subviews>
1124
- <stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2mi-yl-5ib" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
1123
+ <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">
1125
1124
  <rect key="frame" x="0.0" y="-58" width="361" height="58"/>
1126
1125
  <subviews>
1127
1126
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="eFK-Oo-0oF">
@@ -1199,7 +1198,7 @@
1199
1198
  <outlet property="titleLabel" destination="Vvz-5P-dVI" id="gvr-mO-14N"/>
1200
1199
  </connections>
1201
1200
  </stackView>
1202
- <stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bW5-Pa-gEL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
1201
+ <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">
1203
1202
  <rect key="frame" x="0.0" y="-58" width="361" height="58"/>
1204
1203
  <subviews>
1205
1204
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="C9P-lt-tbB">
@@ -1277,7 +1276,7 @@
1277
1276
  <outlet property="titleLabel" destination="13n-Xn-SG2" id="HWY-Z4-YrR"/>
1278
1277
  </connections>
1279
1278
  </stackView>
1280
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZyC-nA-t1v" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
1279
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZyC-nA-t1v" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
1281
1280
  <rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
1282
1281
  <subviews>
1283
1282
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="x5y-9d-iIM">
@@ -1397,7 +1396,7 @@
1397
1396
  <outlet property="titleLabel" destination="dfL-E2-wZ8" id="gU2-JS-dFz"/>
1398
1397
  </connections>
1399
1398
  </stackView>
1400
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXO-4P-Hja" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
1399
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXO-4P-Hja" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
1401
1400
  <rect key="frame" x="0.0" y="90.333333333333343" width="361" height="74.333333333333343"/>
1402
1401
  <subviews>
1403
1402
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="t6X-ag-fGN">
@@ -1585,7 +1584,7 @@
1585
1584
  <!--Payment DoneVC-->
1586
1585
  <scene sceneID="beY-ML-HkE">
1587
1586
  <objects>
1588
- <viewController storyboardIdentifier="PaymentDoneVC" id="bgD-VZ-4OB" customClass="PaymentDoneVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
1587
+ <viewController storyboardIdentifier="PaymentDoneVC" id="bgD-VZ-4OB" customClass="PaymentDoneVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
1589
1588
  <view key="view" contentMode="scaleToFill" id="FUh-fo-hzc">
1590
1589
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
1591
1590
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -1804,7 +1803,7 @@
1804
1803
  <!--VerificationVC-->
1805
1804
  <scene sceneID="WfP-Re-lhN">
1806
1805
  <objects>
1807
- <viewController storyboardIdentifier="OTPVerificationVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="lAS-6T-hJb" customClass="OTPVerificationVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
1806
+ <viewController storyboardIdentifier="OTPVerificationVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="lAS-6T-hJb" customClass="OTPVerificationVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
1808
1807
  <view key="view" contentMode="scaleToFill" id="2qf-IU-y0Q">
1809
1808
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
1810
1809
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -2129,7 +2128,7 @@
2129
2128
  <!--Payment ErrorVC-->
2130
2129
  <scene sceneID="Cp3-GT-jzV">
2131
2130
  <objects>
2132
- <viewController storyboardIdentifier="PaymentErrorVC" id="U8A-PI-ZjU" customClass="PaymentErrorVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
2131
+ <viewController storyboardIdentifier="PaymentErrorVC" id="U8A-PI-ZjU" customClass="PaymentErrorVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
2133
2132
  <view key="view" contentMode="scaleToFill" id="o75-6X-0mp">
2134
2133
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
2135
2134
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -2198,13 +2197,13 @@
2198
2197
  <!--Payment InfoVC-->
2199
2198
  <scene sceneID="aSW-vD-km0">
2200
2199
  <objects>
2201
- <viewController storyboardIdentifier="PaymentInfoVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sRX-zZ-F0N" customClass="PaymentInfoVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
2200
+ <viewController storyboardIdentifier="PaymentInfoVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sRX-zZ-F0N" customClass="PaymentInfoVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
2202
2201
  <view key="view" contentMode="scaleToFill" id="RLB-d1-J29">
2203
- <rect key="frame" x="0.0" y="0.0" width="393" height="6200"/>
2202
+ <rect key="frame" x="0.0" y="0.0" width="393" height="7000"/>
2204
2203
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2205
2204
  <subviews>
2206
2205
  <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vcp-uX-dFS">
2207
- <rect key="frame" x="0.0" y="59" width="393" height="6107"/>
2206
+ <rect key="frame" x="0.0" y="59" width="393" height="6907"/>
2208
2207
  <subviews>
2209
2208
  <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rOc-Gf-DZV">
2210
2209
  <rect key="frame" x="0.0" y="0.0" width="393" height="6007"/>
@@ -2243,7 +2242,7 @@
2243
2242
  <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
2244
2243
  </collectionViewFlowLayout>
2245
2244
  <cells>
2246
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PaymentInformationCVC" id="ikE-jZ-sKE" customClass="PaymentInformationCVC" customModule="easymerchantsdk" customModuleProvider="target">
2245
+ <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PaymentInformationCVC" id="ikE-jZ-sKE" customClass="PaymentInformationCVC" customModule="EasyPay" customModuleProvider="target">
2247
2246
  <rect key="frame" x="0.0" y="0.0" width="97" height="70"/>
2248
2247
  <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2249
2248
  <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="8Dg-MM-nKd">
@@ -2385,7 +2384,7 @@
2385
2384
  <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2386
2385
  <nil key="highlightedColor"/>
2387
2386
  </label>
2388
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bzK-vv-ID6" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
2387
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bzK-vv-ID6" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
2389
2388
  <rect key="frame" x="0.0" y="113.66666666666663" width="361" height="74.333333333333314"/>
2390
2389
  <subviews>
2391
2390
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="pPc-CS-rFV">
@@ -2729,7 +2728,7 @@
2729
2728
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="YfU-cT-wl6">
2730
2729
  <rect key="frame" x="0.0" y="4" width="361" height="578"/>
2731
2730
  <subviews>
2732
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xMl-Qf-UnF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
2731
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xMl-Qf-UnF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
2733
2732
  <rect key="frame" x="0.0" y="0.0" width="361" height="77"/>
2734
2733
  <subviews>
2735
2734
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="XqE-aP-jke">
@@ -2826,7 +2825,7 @@
2826
2825
  <stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="ZIF-n8-cQK">
2827
2826
  <rect key="frame" x="0.0" y="93" width="361" height="74.333333333333314"/>
2828
2827
  <subviews>
2829
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="V8L-Xz-IEJ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
2828
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="V8L-Xz-IEJ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
2830
2829
  <rect key="frame" x="0.0" y="0.0" width="172.66666666666666" height="74.333333333333329"/>
2831
2830
  <subviews>
2832
2831
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="yn5-EN-p1V">
@@ -2906,7 +2905,7 @@
2906
2905
  <outlet property="titleLabel" destination="QGE-eS-bdc" id="ckT-dz-keZ"/>
2907
2906
  </connections>
2908
2907
  </stackView>
2909
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4cm-Kr-0Zx" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
2908
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4cm-Kr-0Zx" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
2910
2909
  <rect key="frame" x="188.66666666666663" y="0.0" width="172.33333333333337" height="74.333333333333329"/>
2911
2910
  <subviews>
2912
2911
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="1bJ-e5-CnJ">
@@ -2988,7 +2987,7 @@
2988
2987
  </stackView>
2989
2988
  </subviews>
2990
2989
  </stackView>
2991
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DGd-iI-SpY" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
2990
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DGd-iI-SpY" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
2992
2991
  <rect key="frame" x="0.0" y="183.33333333333337" width="361" height="74.333333333333314"/>
2993
2992
  <subviews>
2994
2993
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="pQN-BM-aS5">
@@ -3068,7 +3067,7 @@
3068
3067
  <outlet property="titleLabel" destination="KgW-CD-l4P" id="pQw-W3-o8R"/>
3069
3068
  </connections>
3070
3069
  </stackView>
3071
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="q4b-B3-Br2" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3070
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="q4b-B3-Br2" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3072
3071
  <rect key="frame" x="0.0" y="273.66666666666674" width="361" height="74.333333333333314"/>
3073
3072
  <subviews>
3074
3073
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="2tx-tY-Pmp">
@@ -3147,7 +3146,7 @@
3147
3146
  <outlet property="titleLabel" destination="6se-Se-6TY" id="Jcr-Tj-Fe8"/>
3148
3147
  </connections>
3149
3148
  </stackView>
3150
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXk-su-hTt" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3149
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="tXk-su-hTt" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3151
3150
  <rect key="frame" x="0.0" y="364.00000000000011" width="361" height="74.333333333333314"/>
3152
3151
  <subviews>
3153
3152
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="q0P-ks-jqh">
@@ -3248,7 +3247,7 @@
3248
3247
  <outlet property="titleLabel" destination="9Hn-Sg-MON" id="mhs-GO-YtI"/>
3249
3248
  </connections>
3250
3249
  </stackView>
3251
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mmh-Wb-hIG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3250
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mmh-Wb-hIG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3252
3251
  <rect key="frame" x="0.0" y="454.33333333333337" width="361" height="74.333333333333371"/>
3253
3252
  <subviews>
3254
3253
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="cmw-VY-m2D">
@@ -3349,7 +3348,7 @@
3349
3348
  <outlet property="titleLabel" destination="PFA-W2-C7A" id="l2f-Qv-2B9"/>
3350
3349
  </connections>
3351
3350
  </stackView>
3352
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E2B-fy-7pM" customClass="CheckboxButton" customModule="easymerchantsdk" customModuleProvider="target">
3351
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E2B-fy-7pM" customClass="CheckboxButton" customModule="EasyPay" customModuleProvider="target">
3353
3352
  <rect key="frame" x="0.0" y="544.66666666666663" width="361" height="33.333333333333371"/>
3354
3353
  <fontDescription key="fontDescription" name="Inter-Medium" family="Inter" pointSize="12"/>
3355
3354
  <color key="tintColor" name="1757D9"/>
@@ -3373,7 +3372,7 @@
3373
3372
  <rect key="frame" x="0.0" y="0.0" width="200" height="100"/>
3374
3373
  <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3375
3374
  <prototypes>
3376
- <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="easymerchantsdk" customModuleProvider="target">
3375
+ <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">
3377
3376
  <rect key="frame" x="0.0" y="50" width="200" height="44"/>
3378
3377
  <autoresizingMask key="autoresizingMask"/>
3379
3378
  <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="GnK-vT-u8B" id="Vat-2a-kPv">
@@ -3524,7 +3523,7 @@
3524
3523
  </userDefinedRuntimeAttribute>
3525
3524
  </userDefinedRuntimeAttributes>
3526
3525
  </view>
3527
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="BeG-Jh-1w1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3526
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="BeG-Jh-1w1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3528
3527
  <rect key="frame" x="0.0" y="81" width="361" height="74.333333333333314"/>
3529
3528
  <subviews>
3530
3529
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="6Lv-vf-80C">
@@ -3603,7 +3602,7 @@
3603
3602
  <outlet property="titleLabel" destination="R89-Ls-zL0" id="peg-6z-nC8"/>
3604
3603
  </connections>
3605
3604
  </stackView>
3606
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="7ce-Wr-miM" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3605
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="7ce-Wr-miM" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3607
3606
  <rect key="frame" x="0.0" y="171.33333333333326" width="361" height="74.333333333333314"/>
3608
3607
  <subviews>
3609
3608
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="JZL-ZV-d5t">
@@ -3704,7 +3703,7 @@
3704
3703
  <outlet property="titleLabel" destination="XJH-ew-Pfe" id="f1a-Wk-9cN"/>
3705
3704
  </connections>
3706
3705
  </stackView>
3707
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Bn7-Fd-syQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3706
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Bn7-Fd-syQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3708
3707
  <rect key="frame" x="0.0" y="261.66666666666652" width="361" height="74.333333333333314"/>
3709
3708
  <subviews>
3710
3709
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="pXv-nL-o6f">
@@ -3805,7 +3804,7 @@
3805
3804
  <outlet property="titleLabel" destination="GM1-P6-UFd" id="zmX-V6-7BC"/>
3806
3805
  </connections>
3807
3806
  </stackView>
3808
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ml8-BC-a9x" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
3807
+ <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">
3809
3808
  <rect key="frame" x="0.0" y="352" width="361" height="50"/>
3810
3809
  <color key="backgroundColor" name="1757D9"/>
3811
3810
  <constraints>
@@ -3982,7 +3981,7 @@
3982
3981
  <stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="i1g-4W-PSb">
3983
3982
  <rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
3984
3983
  <subviews>
3985
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ekj-A0-u6V" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
3984
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ekj-A0-u6V" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
3986
3985
  <rect key="frame" x="0.0" y="0.0" width="172.66666666666666" height="74.333333333333329"/>
3987
3986
  <subviews>
3988
3987
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Vag-4g-6lE">
@@ -4062,7 +4061,7 @@
4062
4061
  <outlet property="titleLabel" destination="SHO-Z2-pHX" id="JFk-wl-vTM"/>
4063
4062
  </connections>
4064
4063
  </stackView>
4065
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="RAu-uQ-HrF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4064
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="RAu-uQ-HrF" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4066
4065
  <rect key="frame" x="188.66666666666663" y="0.0" width="172.33333333333337" height="74.333333333333329"/>
4067
4066
  <subviews>
4068
4067
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="rzn-h1-Ktt">
@@ -4144,7 +4143,7 @@
4144
4143
  </stackView>
4145
4144
  </subviews>
4146
4145
  </stackView>
4147
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="WAE-Ch-PHG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4146
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="WAE-Ch-PHG" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4148
4147
  <rect key="frame" x="0.0" y="90.333333333333485" width="361" height="74.333333333333314"/>
4149
4148
  <subviews>
4150
4149
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="g4w-qw-It5">
@@ -4224,7 +4223,7 @@
4224
4223
  <outlet property="titleLabel" destination="asF-eA-G9B" id="Rna-tA-Mx5"/>
4225
4224
  </connections>
4226
4225
  </stackView>
4227
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="blk-9q-BmT" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
4226
+ <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">
4228
4227
  <rect key="frame" x="0.0" y="180.66666666666697" width="361" height="50"/>
4229
4228
  <color key="backgroundColor" name="1757D9"/>
4230
4229
  <constraints>
@@ -4307,7 +4306,7 @@
4307
4306
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="WHg-Iv-gEC">
4308
4307
  <rect key="frame" x="0.0" y="74" width="361" height="575"/>
4309
4308
  <subviews>
4310
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZHn-jt-eGj" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4309
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ZHn-jt-eGj" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4311
4310
  <rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
4312
4311
  <subviews>
4313
4312
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="8VC-J9-9ul">
@@ -4401,7 +4400,7 @@
4401
4400
  <stackView opaque="NO" contentMode="scaleToFill" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="eeV-zR-ttc">
4402
4401
  <rect key="frame" x="0.0" y="94.333333333333485" width="361" height="74.333333333333314"/>
4403
4402
  <subviews>
4404
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="deg-PS-diW" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4403
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="deg-PS-diW" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4405
4404
  <rect key="frame" x="0.0" y="0.0" width="172.66666666666666" height="74.333333333333329"/>
4406
4405
  <subviews>
4407
4406
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="yPE-xQ-XBv">
@@ -4481,7 +4480,7 @@
4481
4480
  <outlet property="titleLabel" destination="BjS-iF-e0T" id="WhB-zg-kSd"/>
4482
4481
  </connections>
4483
4482
  </stackView>
4484
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="IzQ-Tq-FPB" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4483
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="IzQ-Tq-FPB" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4485
4484
  <rect key="frame" x="188.66666666666663" y="0.0" width="172.33333333333337" height="74.333333333333329"/>
4486
4485
  <subviews>
4487
4486
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="7X5-T5-clv">
@@ -4563,7 +4562,7 @@
4563
4562
  </stackView>
4564
4563
  </subviews>
4565
4564
  </stackView>
4566
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3kN-Qw-ozf" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4565
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3kN-Qw-ozf" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4567
4566
  <rect key="frame" x="0.0" y="188.66666666666697" width="361" height="74.333333333333314"/>
4568
4567
  <subviews>
4569
4568
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="W0W-m0-1GE">
@@ -4643,7 +4642,7 @@
4643
4642
  <outlet property="titleLabel" destination="CTa-Zx-iYj" id="XOJ-Qw-Qdp"/>
4644
4643
  </connections>
4645
4644
  </stackView>
4646
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="6Lb-wm-8cc" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4645
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="6Lb-wm-8cc" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4647
4646
  <rect key="frame" x="0.0" y="283" width="361" height="74.333333333333314"/>
4648
4647
  <subviews>
4649
4648
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="hZa-uh-Ldb">
@@ -4744,7 +4743,7 @@
4744
4743
  <outlet property="titleLabel" destination="zar-jb-SRX" id="zpn-KK-jCe"/>
4745
4744
  </connections>
4746
4745
  </stackView>
4747
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="oYI-IS-AK1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4746
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="oYI-IS-AK1" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4748
4747
  <rect key="frame" x="0.0" y="377.33333333333348" width="361" height="74.333333333333314"/>
4749
4748
  <subviews>
4750
4749
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="1hW-Gn-D5S">
@@ -4845,7 +4844,7 @@
4845
4844
  <outlet property="titleLabel" destination="2D3-rr-er6" id="Wdk-Ol-8x6"/>
4846
4845
  </connections>
4847
4846
  </stackView>
4848
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vzw-Gg-iLI" customClass="CheckboxButton" customModule="easymerchantsdk" customModuleProvider="target">
4847
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vzw-Gg-iLI" customClass="CheckboxButton" customModule="EasyPay" customModuleProvider="target">
4849
4848
  <rect key="frame" x="0.0" y="471.66666666666697" width="361" height="33.333333333333314"/>
4850
4849
  <fontDescription key="fontDescription" name="Inter-Medium" family="Inter" pointSize="12"/>
4851
4850
  <color key="tintColor" name="1757D9"/>
@@ -4860,7 +4859,7 @@
4860
4859
  <action selector="actionBtnSaveCardForFutureNewCardView:" destination="sRX-zZ-F0N" eventType="touchUpInside" id="0Kx-N6-eob"/>
4861
4860
  </connections>
4862
4861
  </button>
4863
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Z8z-3c-aaJ" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
4862
+ <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">
4864
4863
  <rect key="frame" x="0.0" y="525" width="361" height="50"/>
4865
4864
  <color key="backgroundColor" name="1757D9"/>
4866
4865
  <constraints>
@@ -4904,7 +4903,7 @@
4904
4903
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="ZwD-Cr-jBm">
4905
4904
  <rect key="frame" x="0.0" y="8" width="361" height="812.66666666666663"/>
4906
4905
  <subviews>
4907
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="0CN-5n-P9Y" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4906
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="0CN-5n-P9Y" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4908
4907
  <rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
4909
4908
  <subviews>
4910
4909
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="6iK-wa-gNY">
@@ -4985,7 +4984,7 @@
4985
4984
  <outlet property="titleLabel" destination="OIf-rq-ZSh" id="NAo-GM-AfW"/>
4986
4985
  </connections>
4987
4986
  </stackView>
4988
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Ej7-up-TKo" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
4987
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Ej7-up-TKo" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
4989
4988
  <rect key="frame" x="0.0" y="94.333333333333485" width="361" height="74.333333333333314"/>
4990
4989
  <subviews>
4991
4990
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Itq-3m-OiQ">
@@ -5063,7 +5062,7 @@
5063
5062
  <outlet property="titleLabel" destination="4ra-sE-CRy" id="BD6-GK-Oyy"/>
5064
5063
  </connections>
5065
5064
  </stackView>
5066
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="YYM-MT-AvX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5065
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="YYM-MT-AvX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5067
5066
  <rect key="frame" x="0.0" y="188.66666666666697" width="361" height="74.333333333333314"/>
5068
5067
  <subviews>
5069
5068
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Msa-XX-KLb">
@@ -5152,7 +5151,7 @@
5152
5151
  <outlet property="titleLabel" destination="jNV-RG-Bh1" id="Lhu-rh-1bf"/>
5153
5152
  </connections>
5154
5153
  </stackView>
5155
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="HVX-TB-bI4" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5154
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="HVX-TB-bI4" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5156
5155
  <rect key="frame" x="0.0" y="283" width="361" height="74.333333333333314"/>
5157
5156
  <subviews>
5158
5157
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="zL2-Qi-VMG">
@@ -5230,7 +5229,7 @@
5230
5229
  <outlet property="titleLabel" destination="Eda-3z-Z0i" id="zup-qU-nU2"/>
5231
5230
  </connections>
5232
5231
  </stackView>
5233
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="G8C-E9-d3o" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5232
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="G8C-E9-d3o" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5234
5233
  <rect key="frame" x="0.0" y="377.33333333333348" width="361" height="74.333333333333314"/>
5235
5234
  <subviews>
5236
5235
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="cXA-td-uf1">
@@ -5308,7 +5307,7 @@
5308
5307
  <outlet property="titleLabel" destination="cdr-ql-yf9" id="zG5-X2-j4k"/>
5309
5308
  </connections>
5310
5309
  </stackView>
5311
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DY7-dy-XAv" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5310
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="DY7-dy-XAv" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5312
5311
  <rect key="frame" x="0.0" y="471.66666666666697" width="361" height="74.333333333333371"/>
5313
5312
  <subviews>
5314
5313
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="BND-dd-BW4">
@@ -5387,7 +5386,7 @@
5387
5386
  <outlet property="titleLabel" destination="x8S-mf-qxW" id="jr6-7X-n5Z"/>
5388
5387
  </connections>
5389
5388
  </stackView>
5390
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="en2-V7-KDX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5389
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="en2-V7-KDX" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5391
5390
  <rect key="frame" x="0.0" y="566" width="361" height="74.333333333333371"/>
5392
5391
  <subviews>
5393
5392
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="sVy-zn-iu4">
@@ -5488,7 +5487,7 @@
5488
5487
  <outlet property="titleLabel" destination="F5K-Nb-xug" id="SyO-vz-EWQ"/>
5489
5488
  </connections>
5490
5489
  </stackView>
5491
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="zBf-fz-av3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5490
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="zBf-fz-av3" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5492
5491
  <rect key="frame" x="0.0" y="660.33333333333348" width="361" height="74.333333333333371"/>
5493
5492
  <subviews>
5494
5493
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="FF9-IK-2Cg">
@@ -5659,7 +5658,7 @@
5659
5658
  <rect key="frame" x="0.0" y="0.0" width="200" height="145"/>
5660
5659
  <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
5661
5660
  <prototypes>
5662
- <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="easymerchantsdk" customModuleProvider="target">
5661
+ <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">
5663
5662
  <rect key="frame" x="0.0" y="50" width="200" height="44"/>
5664
5663
  <autoresizingMask key="autoresizingMask"/>
5665
5664
  <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="QbE-Pv-dPj" id="PIg-Bv-2rf">
@@ -5733,7 +5732,7 @@
5733
5732
  <rect key="frame" x="0.0" y="3574" width="361" height="50"/>
5734
5733
  <subviews>
5735
5734
  <stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="gWE-Ub-8BC">
5736
- <rect key="frame" x="0.0" y="0.0" width="361" height="267"/>
5735
+ <rect key="frame" x="0.0" y="0.0" width="361" height="341"/>
5737
5736
  <subviews>
5738
5737
  <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OF1-AV-pcr">
5739
5738
  <rect key="frame" x="0.0" y="0.0" width="361" height="65"/>
@@ -5793,7 +5792,7 @@
5793
5792
  </userDefinedRuntimeAttribute>
5794
5793
  </userDefinedRuntimeAttributes>
5795
5794
  </view>
5796
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Jsy-Iw-MdS" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5795
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Jsy-Iw-MdS" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5797
5796
  <rect key="frame" x="0.0" y="81" width="361" height="58"/>
5798
5797
  <subviews>
5799
5798
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Pfu-4F-TPH">
@@ -5894,7 +5893,7 @@
5894
5893
  <outlet property="titleLabel" destination="4YT-ST-04y" id="STr-ZE-06v"/>
5895
5894
  </connections>
5896
5895
  </stackView>
5897
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="1IZ-af-f45" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
5896
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="1IZ-af-f45" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5898
5897
  <rect key="frame" x="0.0" y="155" width="361" height="58"/>
5899
5898
  <subviews>
5900
5899
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="ZQY-K4-viG">
@@ -5995,8 +5994,87 @@
5995
5994
  <outlet property="titleLabel" destination="WDA-5D-u4s" id="oCS-Vt-yKu"/>
5996
5995
  </connections>
5997
5996
  </stackView>
5997
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="mvt-NG-D5w" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
5998
+ <rect key="frame" x="0.0" y="229" width="361" height="58"/>
5999
+ <subviews>
6000
+ <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="W8T-5Z-OZ8">
6001
+ <rect key="frame" x="0.0" y="0.0" width="361" height="0.0"/>
6002
+ <subviews>
6003
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Email" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2M4-s0-0EB">
6004
+ <rect key="frame" x="0.0" y="0.0" width="34.333333333333336" height="0.0"/>
6005
+ <fontDescription key="fontDescription" name="Inter-SemiBold" family="Inter" pointSize="14"/>
6006
+ <nil key="textColor"/>
6007
+ <nil key="highlightedColor"/>
6008
+ <userDefinedRuntimeAttributes>
6009
+ <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="title.email_id"/>
6010
+ </userDefinedRuntimeAttributes>
6011
+ </label>
6012
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aRU-h3-v3R">
6013
+ <rect key="frame" x="36.333333333333336" y="0.0" width="5" height="0.0"/>
6014
+ <fontDescription key="fontDescription" name="Inter-SemiBold" family="Inter" pointSize="14"/>
6015
+ <color key="textColor" name="E93939"/>
6016
+ <nil key="highlightedColor"/>
6017
+ <userDefinedRuntimeAttributes>
6018
+ <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="title.email_id"/>
6019
+ </userDefinedRuntimeAttributes>
6020
+ </label>
6021
+ <view contentMode="scaleToFill" horizontalHuggingPriority="248" verticalHuggingPriority="248" horizontalCompressionResistancePriority="748" verticalCompressionResistancePriority="748" translatesAutoresizingMaskIntoConstraints="NO" id="m3i-Uc-C5E">
6022
+ <rect key="frame" x="43.333333333333343" y="0.0" width="317.66666666666663" height="0.0"/>
6023
+ <constraints>
6024
+ <constraint firstAttribute="height" id="lu2-ri-GXr"/>
6025
+ </constraints>
6026
+ </view>
6027
+ <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CrK-jZ-Fcb">
6028
+ <rect key="frame" x="361" y="-9.3333333333330302" width="0.0" height="19"/>
6029
+ <fontDescription key="fontDescription" name="Inter-Regular" family="Inter" pointSize="13"/>
6030
+ <color key="tintColor" name="1757D9"/>
6031
+ <inset key="contentEdgeInsets" minX="4" minY="0.0" maxX="0.0" maxY="0.0"/>
6032
+ <inset key="imageEdgeInsets" minX="-8" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
6033
+ <state key="normal" title="Scan Card" image="camera" catalog="system">
6034
+ <color key="titleColor" name="1757D9"/>
6035
+ </state>
6036
+ </button>
6037
+ </subviews>
6038
+ </stackView>
6039
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ogd-UJ-IJJ">
6040
+ <rect key="frame" x="0.0" y="8" width="361" height="50"/>
6041
+ <subviews>
6042
+ <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="WeS-jf-uH1">
6043
+ <rect key="frame" x="12" y="0.0" width="337" height="50"/>
6044
+ <color key="tintColor" name="G_000000"/>
6045
+ <fontDescription key="fontDescription" name="Inter-Regular" family="Inter" pointSize="16"/>
6046
+ <textInputTraits key="textInputTraits" spellCheckingType="no" keyboardType="emailAddress" returnKeyType="next"/>
6047
+ </textField>
6048
+ </subviews>
6049
+ <constraints>
6050
+ <constraint firstItem="WeS-jf-uH1" firstAttribute="leading" secondItem="Ogd-UJ-IJJ" secondAttribute="leading" constant="12" id="1LC-so-tCv"/>
6051
+ <constraint firstItem="WeS-jf-uH1" firstAttribute="top" secondItem="Ogd-UJ-IJJ" secondAttribute="top" id="3PM-nf-YQR"/>
6052
+ <constraint firstAttribute="trailing" secondItem="WeS-jf-uH1" secondAttribute="trailing" constant="12" id="DLV-Oo-API"/>
6053
+ <constraint firstAttribute="bottom" secondItem="WeS-jf-uH1" secondAttribute="bottom" id="MUv-L7-Osk"/>
6054
+ <constraint firstAttribute="height" constant="50" id="nC9-B9-ww2"/>
6055
+ </constraints>
6056
+ <userDefinedRuntimeAttributes>
6057
+ <userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
6058
+ <real key="value" value="1"/>
6059
+ </userDefinedRuntimeAttribute>
6060
+ <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor">
6061
+ <color key="value" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
6062
+ </userDefinedRuntimeAttribute>
6063
+ <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
6064
+ <real key="value" value="8"/>
6065
+ </userDefinedRuntimeAttribute>
6066
+ </userDefinedRuntimeAttributes>
6067
+ </view>
6068
+ </subviews>
6069
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
6070
+ <connections>
6071
+ <outlet property="containerView" destination="Ogd-UJ-IJJ" id="PEW-zY-wBC"/>
6072
+ <outlet property="textField" destination="WeS-jf-uH1" id="Z0y-NM-L9h"/>
6073
+ <outlet property="titleLabel" destination="2M4-s0-0EB" id="FIl-YH-318"/>
6074
+ </connections>
6075
+ </stackView>
5998
6076
  <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="g3n-pn-SYd">
5999
- <rect key="frame" x="0.0" y="229" width="361" height="0.0"/>
6077
+ <rect key="frame" x="0.0" y="303.00000000000045" width="361" height="0.0"/>
6000
6078
  <subviews>
6001
6079
  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2RA-Pf-C8l">
6002
6080
  <rect key="frame" x="0.0" y="0.0" width="24" height="0.0"/>
@@ -6020,7 +6098,7 @@
6020
6098
  </subviews>
6021
6099
  </stackView>
6022
6100
  <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="5lw-Cr-Y31">
6023
- <rect key="frame" x="0.0" y="245" width="361" height="22"/>
6101
+ <rect key="frame" x="0.0" y="319.00000000000045" width="361" height="22"/>
6024
6102
  <subviews>
6025
6103
  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="koT-yw-WSi">
6026
6104
  <rect key="frame" x="0.0" y="0.0" width="22" height="22"/>
@@ -6053,7 +6131,7 @@
6053
6131
  </stackView>
6054
6132
  </subviews>
6055
6133
  </stackView>
6056
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UaR-Vl-lNo" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
6134
+ <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">
6057
6135
  <rect key="frame" x="0.0" y="0.0" width="361" height="50"/>
6058
6136
  <color key="backgroundColor" name="1757D9"/>
6059
6137
  <constraints>
@@ -6228,7 +6306,7 @@
6228
6306
  </userDefinedRuntimeAttribute>
6229
6307
  </userDefinedRuntimeAttributes>
6230
6308
  </view>
6231
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Awa-yY-bOQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
6309
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="Awa-yY-bOQ" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
6232
6310
  <rect key="frame" x="0.0" y="81" width="361" height="58"/>
6233
6311
  <subviews>
6234
6312
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Fe8-aA-yFu">
@@ -6329,7 +6407,7 @@
6329
6407
  <outlet property="titleLabel" destination="8dS-RD-DWE" id="xe8-7u-RO1"/>
6330
6408
  </connections>
6331
6409
  </stackView>
6332
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xX7-Q7-XAp" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
6410
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xX7-Q7-XAp" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
6333
6411
  <rect key="frame" x="0.0" y="155.00000000000045" width="361" height="58"/>
6334
6412
  <subviews>
6335
6413
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="kJp-ZS-e0L">
@@ -6493,7 +6571,7 @@
6493
6571
  </stackView>
6494
6572
  </subviews>
6495
6573
  </stackView>
6496
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B61-GC-RUu" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
6574
+ <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">
6497
6575
  <rect key="frame" x="0.0" y="77" width="361" height="50"/>
6498
6576
  <color key="backgroundColor" name="1757D9"/>
6499
6577
  <constraints>
@@ -6631,7 +6709,7 @@
6631
6709
  </userDefinedRuntimeAttribute>
6632
6710
  </userDefinedRuntimeAttributes>
6633
6711
  </view>
6634
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3uy-d0-W8X" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
6712
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="3uy-d0-W8X" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
6635
6713
  <rect key="frame" x="0.0" y="81.000000000000455" width="361" height="74.333333333333314"/>
6636
6714
  <subviews>
6637
6715
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="mgX-cS-wVy">
@@ -6732,7 +6810,7 @@
6732
6810
  <outlet property="titleLabel" destination="epS-rC-6qr" id="KiU-wt-3Jn"/>
6733
6811
  </connections>
6734
6812
  </stackView>
6735
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="sKa-NQ-tKq" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
6813
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="sKa-NQ-tKq" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
6736
6814
  <rect key="frame" x="0.0" y="171.33333333333348" width="361" height="74.333333333333314"/>
6737
6815
  <subviews>
6738
6816
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="joA-AS-iXX">
@@ -6865,7 +6943,7 @@
6865
6943
  </label>
6866
6944
  </subviews>
6867
6945
  </stackView>
6868
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fYN-ti-1a7" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
6946
+ <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">
6869
6947
  <rect key="frame" x="0.0" y="301.66666666666652" width="361" height="50"/>
6870
6948
  <color key="backgroundColor" name="1757D9"/>
6871
6949
  <constraints>
@@ -6976,7 +7054,7 @@
6976
7054
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="9FS-HQ-v7k">
6977
7055
  <rect key="frame" x="0.0" y="16" width="361" height="752.33333333333337"/>
6978
7056
  <subviews>
6979
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2j3-Rq-jSN" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7057
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2j3-Rq-jSN" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
6980
7058
  <rect key="frame" x="0.0" y="0.0" width="361" height="74.333333333333329"/>
6981
7059
  <subviews>
6982
7060
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="E6h-Vs-6cZ">
@@ -7054,7 +7132,7 @@
7054
7132
  <outlet property="titleLabel" destination="5ES-gB-bf0" id="mzw-S7-YB6"/>
7055
7133
  </connections>
7056
7134
  </stackView>
7057
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="jXK-dv-ekO" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7135
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="jXK-dv-ekO" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
7058
7136
  <rect key="frame" x="0.0" y="94.33333333333394" width="361" height="74.333333333333314"/>
7059
7137
  <subviews>
7060
7138
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="LeQ-fz-Uxe">
@@ -7132,7 +7210,7 @@
7132
7210
  <outlet property="titleLabel" destination="j5l-S5-MaY" id="Vwd-ro-N7L"/>
7133
7211
  </connections>
7134
7212
  </stackView>
7135
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QtP-qT-HYe" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7213
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QtP-qT-HYe" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
7136
7214
  <rect key="frame" x="0.0" y="188.66666666666697" width="361" height="74.333333333333314"/>
7137
7215
  <subviews>
7138
7216
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Fi7-ra-7gb">
@@ -7221,7 +7299,7 @@
7221
7299
  <outlet property="titleLabel" destination="HiO-40-18V" id="hn2-zO-jha"/>
7222
7300
  </connections>
7223
7301
  </stackView>
7224
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2ZL-Gf-lZn" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7302
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="2ZL-Gf-lZn" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
7225
7303
  <rect key="frame" x="0.0" y="283" width="361" height="74.333333333333314"/>
7226
7304
  <subviews>
7227
7305
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Ugl-Kf-3im">
@@ -7299,7 +7377,7 @@
7299
7377
  <outlet property="titleLabel" destination="lu6-cL-3gv" id="mdc-r1-9hJ"/>
7300
7378
  </connections>
7301
7379
  </stackView>
7302
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QTd-L4-Al8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7380
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="QTd-L4-Al8" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
7303
7381
  <rect key="frame" x="0.0" y="377.33333333333394" width="361" height="74.333333333333314"/>
7304
7382
  <subviews>
7305
7383
  <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="ubz-qP-SEM">
@@ -7377,7 +7455,7 @@
7377
7455
  <outlet property="titleLabel" destination="Tis-Is-LEz" id="Wh2-jt-GNE"/>
7378
7456
  </connections>
7379
7457
  </stackView>
7380
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4Ft-SS-0d9" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7458
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="4Ft-SS-0d9" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
7381
7459
  <rect key="frame" x="0.0" y="471.66666666666697" width="361" height="74.333333333333371"/>
7382
7460
  <subviews>
7383
7461
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="bcC-VI-rjo">
@@ -7478,7 +7556,7 @@
7478
7556
  <outlet property="titleLabel" destination="6UV-hR-Mgx" id="EWB-h8-aR3"/>
7479
7557
  </connections>
7480
7558
  </stackView>
7481
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="SLr-da-EwL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="easymerchantsdk" customModuleProvider="target">
7559
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="SLr-da-EwL" userLabel="TextField StackView" customClass="TextFieldStackView" customModule="EasyPay" customModuleProvider="target">
7482
7560
  <rect key="frame" x="0.0" y="566" width="361" height="74.333333333333371"/>
7483
7561
  <subviews>
7484
7562
  <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="liq-VP-wDJ">
@@ -7603,7 +7681,7 @@
7603
7681
  </label>
7604
7682
  </subviews>
7605
7683
  </stackView>
7606
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zwV-Y6-3X5" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
7684
+ <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">
7607
7685
  <rect key="frame" x="0.0" y="702.33333333333394" width="361" height="50"/>
7608
7686
  <color key="backgroundColor" name="1757D9"/>
7609
7687
  <constraints>
@@ -7632,7 +7710,7 @@
7632
7710
  <rect key="frame" x="0.0" y="0.0" width="200" height="145"/>
7633
7711
  <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
7634
7712
  <prototypes>
7635
- <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="easymerchantsdk" customModuleProvider="target">
7713
+ <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">
7636
7714
  <rect key="frame" x="0.0" y="50" width="200" height="44"/>
7637
7715
  <autoresizingMask key="autoresizingMask"/>
7638
7716
  <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ir3-Yu-hDs" id="Z2h-9s-BcR">
@@ -7954,7 +8032,7 @@
7954
8032
  </view>
7955
8033
  </subviews>
7956
8034
  </stackView>
7957
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Uu-88-8p3" customClass="FilledButton" customModule="easymerchantsdk" customModuleProvider="target">
8035
+ <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">
7958
8036
  <rect key="frame" x="16" y="5885.333333333333" width="361" height="50"/>
7959
8037
  <color key="backgroundColor" name="1757D9"/>
7960
8038
  <constraints>
@@ -8113,7 +8191,7 @@
8113
8191
  </constraints>
8114
8192
  </view>
8115
8193
  <navigationItem key="navigationItem" id="Q16-mv-2KD"/>
8116
- <size key="freeformSize" width="393" height="6200"/>
8194
+ <size key="freeformSize" width="393" height="7000"/>
8117
8195
  <connections>
8118
8196
  <outlet property="OTPView" destination="ADd-r2-1Pv" id="8GD-W4-6Qm"/>
8119
8197
  <outlet property="bankIconGrailPayBankView" destination="U8T-v5-5RA" id="gtR-JY-3Fo"/>
@@ -8263,6 +8341,7 @@
8263
8341
  <outlet property="txtFieldEmail" destination="PtB-Jn-eP0" id="u2B-0v-Iks"/>
8264
8342
  <outlet property="txtFieldEmailAccountView" destination="DY7-dy-XAv" id="pOh-t4-tym"/>
8265
8343
  <outlet property="txtFieldEmailCardView" destination="q4b-B3-Br2" id="P75-Fy-HFl"/>
8344
+ <outlet property="txtFieldEmailGrailPayView" destination="mvt-NG-D5w" id="kEV-1W-3Yc"/>
8266
8345
  <outlet property="txtFieldExpireDateUpdateCardView" destination="6bS-xy-xdJ" id="9OF-N3-Asn"/>
8267
8346
  <outlet property="txtFieldExpiryDateNewCardView" destination="WJr-2D-4Xq" id="mnB-AW-2bx"/>
8268
8347
  <outlet property="txtFieldNameOnCardNewCardView" destination="6ZQ-eq-IKU" id="BqR-tz-ckv"/>
@@ -8338,6 +8417,7 @@
8338
8417
  <outlet property="viewTxtFieldEmail" destination="odg-0E-8cr" id="spv-i3-gkp"/>
8339
8418
  <outlet property="viewTxtFieldEmailAccountView" destination="Eh0-LJ-WV2" id="xDw-sM-5do"/>
8340
8419
  <outlet property="viewTxtFieldEmailCardView" destination="xWz-Zz-JxY" id="dm2-EX-m0o"/>
8420
+ <outlet property="viewTxtFieldEmailGrailPayView" destination="Ogd-UJ-IJJ" id="jwl-5Y-Ogh"/>
8341
8421
  <outlet property="viewTxtFieldExpireDateUpdateCardView" destination="JcZ-JP-XpP" id="zsq-Bu-qt1"/>
8342
8422
  <outlet property="viewTxtFieldExpiryDate" destination="wBs-bW-IlA" id="QDF-fk-MCU"/>
8343
8423
  <outlet property="viewTxtFieldNameOnCard" destination="4ts-dJ-Ru8" id="I2F-47-ehI"/>
@@ -8361,12 +8441,12 @@
8361
8441
  </viewController>
8362
8442
  <placeholder placeholderIdentifier="IBFirstResponder" id="7TL-sr-fJN" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
8363
8443
  </objects>
8364
- <point key="canvasLocation" x="1691" y="-1908"/>
8444
+ <point key="canvasLocation" x="1689" y="-2240"/>
8365
8445
  </scene>
8366
8446
  <!--Country ListVC-->
8367
8447
  <scene sceneID="jB5-M3-ztU">
8368
8448
  <objects>
8369
- <viewController storyboardIdentifier="CountryListVC" id="9Tc-io-Zop" customClass="CountryListVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
8449
+ <viewController storyboardIdentifier="CountryListVC" id="9Tc-io-Zop" customClass="CountryListVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
8370
8450
  <view key="view" contentMode="scaleToFill" id="gm4-kJ-Ztw">
8371
8451
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
8372
8452
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -8458,10 +8538,127 @@
8458
8538
  </objects>
8459
8539
  <point key="canvasLocation" x="3554.9618320610684" y="764.78873239436621"/>
8460
8540
  </scene>
8541
+ <!--Custom Overlay-->
8542
+ <scene sceneID="r9h-BS-w1q">
8543
+ <objects>
8544
+ <viewController storyboardIdentifier="CustomOverlay" useStoryboardIdentifierAsRestorationIdentifier="YES" id="7Qy-3O-t0l" customClass="CustomOverlay" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
8545
+ <layoutGuides>
8546
+ <viewControllerLayoutGuide type="top" id="9ha-2w-qge"/>
8547
+ <viewControllerLayoutGuide type="bottom" id="qa6-0l-n2A"/>
8548
+ </layoutGuides>
8549
+ <view key="view" contentMode="scaleToFill" id="jTv-1I-wFZ">
8550
+ <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
8551
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
8552
+ <subviews>
8553
+ <view alpha="0.5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mze-Wh-vhp">
8554
+ <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
8555
+ <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8556
+ </view>
8557
+ <view alpha="0.40000000596046448" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hvQ-uu-XVz" userLabel="CenterView">
8558
+ <rect key="frame" x="20" y="226" width="353" height="230"/>
8559
+ <color key="backgroundColor" white="1" alpha="0.40203331949999999" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8560
+ <constraints>
8561
+ <constraint firstAttribute="height" constant="230" id="PBN-cx-HbC"/>
8562
+ </constraints>
8563
+ </view>
8564
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lys-mg-qTI">
8565
+ <rect key="frame" x="14" y="69" width="35" height="35"/>
8566
+ <constraints>
8567
+ <constraint firstAttribute="height" constant="35" id="MeT-zg-Hit"/>
8568
+ <constraint firstAttribute="width" constant="35" id="SeZ-xS-W3F"/>
8569
+ </constraints>
8570
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8571
+ <state key="normal" image="chevron.left" catalog="system">
8572
+ <preferredSymbolConfiguration key="preferredSymbolConfiguration" configurationType="pointSize" pointSize="20"/>
8573
+ </state>
8574
+ <connections>
8575
+ <action selector="didTapClose:" destination="7Qy-3O-t0l" eventType="touchUpInside" id="lSJ-ll-amy"/>
8576
+ </connections>
8577
+ </button>
8578
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Scan Card (1/2)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DnT-bT-4Uy">
8579
+ <rect key="frame" x="143.66666666666666" y="77.666666666666671" width="105.66666666666666" height="18"/>
8580
+ <fontDescription key="fontDescription" type="system" pointSize="15"/>
8581
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8582
+ <nil key="highlightedColor"/>
8583
+ </label>
8584
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Rotate" translatesAutoresizingMaskIntoConstraints="NO" id="B7o-J8-JMD">
8585
+ <rect key="frame" x="349" y="74.666666666666671" width="24" height="24"/>
8586
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8587
+ <constraints>
8588
+ <constraint firstAttribute="width" constant="24" id="Kgr-hH-Ytu"/>
8589
+ <constraint firstAttribute="height" constant="24" id="Y1V-5E-Kb4"/>
8590
+ </constraints>
8591
+ </imageView>
8592
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vWc-y6-I5T">
8593
+ <rect key="frame" x="342" y="69" width="35" height="35"/>
8594
+ <constraints>
8595
+ <constraint firstAttribute="width" constant="35" id="8DQ-0c-R5M"/>
8596
+ <constraint firstAttribute="height" constant="35" id="hwd-2U-cKr"/>
8597
+ </constraints>
8598
+ <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
8599
+ <connections>
8600
+ <action selector="actionBtnRotate:" destination="7Qy-3O-t0l" eventType="touchUpInside" id="D2P-iV-SiS"/>
8601
+ </connections>
8602
+ </button>
8603
+ <stackView opaque="NO" contentMode="scaleToFill" alignment="bottom" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="80l-8W-OuB">
8604
+ <rect key="frame" x="24" y="526" width="345" height="22"/>
8605
+ <subviews>
8606
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="exclamationmark.circle" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="dJX-JI-Np5">
8607
+ <rect key="frame" x="0.0" y="0.66666666666666607" width="22" height="20.666666666666671"/>
8608
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8609
+ <constraints>
8610
+ <constraint firstAttribute="height" constant="22" id="0hz-9j-diy"/>
8611
+ <constraint firstAttribute="width" constant="22" id="Nsp-q2-gzl"/>
8612
+ </constraints>
8613
+ </imageView>
8614
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Place the front side of your card inside the frame" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lfm-IR-UIb" userLabel="Scan Front Side">
8615
+ <rect key="frame" x="30" y="5" width="315" height="17"/>
8616
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
8617
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8618
+ <nil key="highlightedColor"/>
8619
+ </label>
8620
+ </subviews>
8621
+ </stackView>
8622
+ </subviews>
8623
+ <viewLayoutGuide key="safeArea" id="zls-ut-7HB"/>
8624
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
8625
+ <constraints>
8626
+ <constraint firstItem="zls-ut-7HB" firstAttribute="trailing" secondItem="hvQ-uu-XVz" secondAttribute="trailing" constant="20" id="0oa-jG-ely"/>
8627
+ <constraint firstItem="80l-8W-OuB" firstAttribute="centerX" secondItem="jTv-1I-wFZ" secondAttribute="centerX" id="10h-Yl-lgh"/>
8628
+ <constraint firstItem="mze-Wh-vhp" firstAttribute="trailing" secondItem="zls-ut-7HB" secondAttribute="trailing" id="4C5-YV-cDQ"/>
8629
+ <constraint firstItem="80l-8W-OuB" firstAttribute="top" secondItem="hvQ-uu-XVz" secondAttribute="bottom" constant="70" id="5Gf-XS-Pjt"/>
8630
+ <constraint firstItem="mze-Wh-vhp" firstAttribute="leading" secondItem="zls-ut-7HB" secondAttribute="leading" id="8E5-yg-ydp"/>
8631
+ <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Lys-mg-qTI" secondAttribute="trailing" constant="20" symbolic="YES" id="PG4-cn-HUK"/>
8632
+ <constraint firstAttribute="bottom" secondItem="mze-Wh-vhp" secondAttribute="bottom" id="Xs1-Ld-JZ7"/>
8633
+ <constraint firstItem="DnT-bT-4Uy" firstAttribute="centerY" secondItem="Lys-mg-qTI" secondAttribute="centerY" id="aqr-99-kOD"/>
8634
+ <constraint firstItem="zls-ut-7HB" firstAttribute="trailing" secondItem="B7o-J8-JMD" secondAttribute="trailing" constant="20" id="b5u-UH-CoM"/>
8635
+ <constraint firstItem="hvQ-uu-XVz" firstAttribute="leading" secondItem="zls-ut-7HB" secondAttribute="leading" constant="20" id="dW4-c1-h1r"/>
8636
+ <constraint firstItem="hvQ-uu-XVz" firstAttribute="top" secondItem="Lys-mg-qTI" secondAttribute="bottom" constant="122" id="iIa-VT-6fa"/>
8637
+ <constraint firstItem="Lys-mg-qTI" firstAttribute="leading" secondItem="jTv-1I-wFZ" secondAttribute="leading" constant="14" id="neQ-BJ-E8c"/>
8638
+ <constraint firstItem="mze-Wh-vhp" firstAttribute="top" secondItem="jTv-1I-wFZ" secondAttribute="top" id="niM-Eo-PaE"/>
8639
+ <constraint firstItem="DnT-bT-4Uy" firstAttribute="top" secondItem="vWc-y6-I5T" secondAttribute="bottom" constant="-26.333333333333329" id="oCK-lK-6qN"/>
8640
+ <constraint firstItem="Lys-mg-qTI" firstAttribute="top" secondItem="9ha-2w-qge" secondAttribute="bottom" constant="10" id="pVI-3t-BoG"/>
8641
+ <constraint firstItem="DnT-bT-4Uy" firstAttribute="centerX" secondItem="jTv-1I-wFZ" secondAttribute="centerX" id="pmn-jx-0Br"/>
8642
+ <constraint firstItem="B7o-J8-JMD" firstAttribute="centerY" secondItem="DnT-bT-4Uy" secondAttribute="centerY" id="uDb-wv-o0F"/>
8643
+ <constraint firstItem="zls-ut-7HB" firstAttribute="trailing" secondItem="vWc-y6-I5T" secondAttribute="trailing" constant="16" id="yiS-XG-HwO"/>
8644
+ </constraints>
8645
+ </view>
8646
+ <connections>
8647
+ <outlet property="btnRotate" destination="vWc-y6-I5T" id="TCo-fn-8bU"/>
8648
+ <outlet property="centerView" destination="hvQ-uu-XVz" id="V85-RJ-Ub3"/>
8649
+ <outlet property="imgProcessing" destination="dJX-JI-Np5" id="qad-HQ-sOB"/>
8650
+ <outlet property="lblScanCardCount" destination="DnT-bT-4Uy" id="vyv-Ut-nYY"/>
8651
+ <outlet property="tooltipLabel" destination="Lfm-IR-UIb" id="mFg-8P-9EM"/>
8652
+ </connections>
8653
+ </viewController>
8654
+ <placeholder placeholderIdentifier="IBFirstResponder" id="dVT-Uf-JCq" userLabel="First Responder" sceneMemberID="firstResponder"/>
8655
+ </objects>
8656
+ <point key="canvasLocation" x="2694" y="-727"/>
8657
+ </scene>
8461
8658
  <!--Grail PayVC-->
8462
8659
  <scene sceneID="OTL-Ro-rHx">
8463
8660
  <objects>
8464
- <viewController storyboardIdentifier="GrailPayVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="c2a-CA-Osa" customClass="GrailPayVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
8661
+ <viewController storyboardIdentifier="GrailPayVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="c2a-CA-Osa" customClass="GrailPayVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
8465
8662
  <view key="view" contentMode="scaleToFill" id="5BZ-qw-9gN">
8466
8663
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
8467
8664
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -8476,7 +8673,7 @@
8476
8673
  <!--ThreeD Secure Payment DoneVC-->
8477
8674
  <scene sceneID="rqn-YV-GrD">
8478
8675
  <objects>
8479
- <viewController storyboardIdentifier="ThreeDSecurePaymentDoneVC" id="MNa-QR-pOX" customClass="ThreeDSecurePaymentDoneVC" customModule="easymerchantsdk" customModuleProvider="target" sceneMemberID="viewController">
8676
+ <viewController storyboardIdentifier="ThreeDSecurePaymentDoneVC" id="MNa-QR-pOX" customClass="ThreeDSecurePaymentDoneVC" customModule="EasyPay" customModuleProvider="target" sceneMemberID="viewController">
8480
8677
  <view key="view" contentMode="scaleToFill" id="7RE-gU-nd0">
8481
8678
  <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
8482
8679
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -8783,11 +8980,13 @@
8783
8980
  </scene>
8784
8981
  </scenes>
8785
8982
  <resources>
8983
+ <image name="Rotate" width="24" height="24"/>
8786
8984
  <image name="building.columns.fill" catalog="system" width="128" height="112"/>
8787
8985
  <image name="calendar" catalog="system" width="128" height="107"/>
8788
8986
  <image name="camera" catalog="system" width="128" height="93"/>
8789
8987
  <image name="checkmark.square.fill" catalog="system" width="128" height="114"/>
8790
8988
  <image name="chevron.down" catalog="system" width="128" height="70"/>
8989
+ <image name="chevron.left" catalog="system" width="97" height="128"/>
8791
8990
  <image name="circle" catalog="system" width="128" height="123"/>
8792
8991
  <image name="circle.inset.filled" catalog="system" width="128" height="123"/>
8793
8992
  <image name="creditcard" catalog="system" width="128" height="88"/>
@@ -8819,19 +9018,19 @@
8819
9018
  <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
8820
9019
  </systemColor>
8821
9020
  <systemColor name="systemBlueColor">
8822
- <color red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
9021
+ <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
8823
9022
  </systemColor>
8824
9023
  <systemColor name="systemGray5Color">
8825
- <color red="0.8980392157" green="0.8980392157" blue="0.91764705879999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
9024
+ <color red="0.89803921568627454" green="0.89803921568627454" blue="0.91764705882352937" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
8826
9025
  </systemColor>
8827
9026
  <systemColor name="systemGray6Color">
8828
- <color red="0.94901960780000005" green="0.94901960780000005" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
9027
+ <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
8829
9028
  </systemColor>
8830
9029
  <systemColor name="systemGrayColor">
8831
- <color red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
9030
+ <color red="0.55686274509803924" green="0.55686274509803924" blue="0.57647058823529407" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
8832
9031
  </systemColor>
8833
9032
  <systemColor name="tintColor">
8834
- <color red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
9033
+ <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
8835
9034
  </systemColor>
8836
9035
  </resources>
8837
9036
  </document>