@jimrising/easymerchantsdk-react-native 1.3.2 → 1.3.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.
- package/.idea/caches/deviceStreaming.xml +11 -0
- package/.idea/workspace.xml +6 -5
- package/README.md +1 -1
- package/ios/Pods/ViewControllers/EmailVerificationVC.swift +20 -17
- package/ios/Pods/ViewControllers/OTPVerificationVC.swift +124 -75
- package/ios/Pods/ViewControllers/PaymentInformation/PaymentInfoVC.swift +1583 -979
- package/ios/easymerchantsdk.podspec +1 -1
- package/ios/easymerchantsdk.storyboard +5 -3
- package/package.json +1 -1
|
@@ -4776,7 +4776,6 @@
|
|
|
4776
4776
|
<state key="normal" image="square" catalog="system"/>
|
|
4777
4777
|
<state key="selected" image="checkmark.square.fill" catalog="system"/>
|
|
4778
4778
|
<connections>
|
|
4779
|
-
<action selector="actionBtnAgreeTermsConditionsSingleAccountView:" destination="sRX-zZ-F0N" eventType="touchUpInside" id="B5E-0U-JSr"/>
|
|
4780
4779
|
<action selector="actionBtnGrailPayCheckAgreeTerms:" destination="sRX-zZ-F0N" eventType="touchUpInside" id="Rpg-pO-7Qx"/>
|
|
4781
4780
|
</connections>
|
|
4782
4781
|
</button>
|
|
@@ -4880,6 +4879,9 @@
|
|
|
4880
4879
|
<state key="normal" image="xmark.circle.fill" catalog="system">
|
|
4881
4880
|
<preferredSymbolConfiguration key="preferredSymbolConfiguration" configurationType="pointSize" pointSize="22"/>
|
|
4882
4881
|
</state>
|
|
4882
|
+
<connections>
|
|
4883
|
+
<action selector="actionBtnCloseGrailPayNewAccountView:" destination="sRX-zZ-F0N" eventType="touchUpInside" id="rRo-w2-Blc"/>
|
|
4884
|
+
</connections>
|
|
4883
4885
|
</button>
|
|
4884
4886
|
</subviews>
|
|
4885
4887
|
</stackView>
|
|
@@ -4936,7 +4938,7 @@
|
|
|
4936
4938
|
</label>
|
|
4937
4939
|
</subviews>
|
|
4938
4940
|
</stackView>
|
|
4939
|
-
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dMD-ZU-9KO">
|
|
4941
|
+
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dMD-ZU-9KO">
|
|
4940
4942
|
<rect key="frame" x="294" y="17.666666666666515" width="55" height="30"/>
|
|
4941
4943
|
<constraints>
|
|
4942
4944
|
<constraint firstAttribute="height" constant="30" id="6T7-kD-QxG"/>
|
|
@@ -4946,7 +4948,7 @@
|
|
|
4946
4948
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
4947
4949
|
<state key="normal" title="Change"/>
|
|
4948
4950
|
<connections>
|
|
4949
|
-
<action selector="
|
|
4951
|
+
<action selector="actionBtnChangeGrailPayNewAccount:" destination="sRX-zZ-F0N" eventType="touchUpInside" id="kqM-AP-YPC"/>
|
|
4950
4952
|
</connections>
|
|
4951
4953
|
</button>
|
|
4952
4954
|
</subviews>
|