@jimrising/easymerchantsdk-react-native 2.6.1 → 2.6.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/android/build.gradle +1 -1
- package/android/src/main/java/com/reactlibrary/RNEasymerchantsdkModule.java +0 -1
- package/ios/Classes/EasyMerchantSdk.m +0 -1
- package/ios/Helper/GrailPayWebViewController.swift +1 -0
- package/ios/Pods/Storyboard/EasyPaySdk.storyboard +6 -6
- package/ios/easymerchantsdk.podspec +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -97,7 +97,7 @@ dependencies {
|
|
|
97
97
|
implementation 'com.google.android.material:material:1.13.0'
|
|
98
98
|
|
|
99
99
|
// Third-party libs
|
|
100
|
-
implementation 'com.app:paysdk:1.
|
|
100
|
+
implementation 'com.app:paysdk:1.8.0'
|
|
101
101
|
implementation 'com.hbb20:ccp:2.7.3'
|
|
102
102
|
implementation 'com.github.bumptech.glide:glide:5.0.4'
|
|
103
103
|
implementation 'com.github.androidmads:QRGenerator:1.0.5'
|
|
@@ -37,7 +37,6 @@ public class RNEasymerchantsdkModule extends ReactContextBaseJavaModule {
|
|
|
37
37
|
properties.load(fis);
|
|
38
38
|
fis.close();
|
|
39
39
|
} catch (IOException e) {
|
|
40
|
-
android.util.Log.e("RNEasymerchantsdk", "Failed to load config.properties: " + e.getMessage());
|
|
41
40
|
}
|
|
42
41
|
return properties;
|
|
43
42
|
}
|
|
@@ -347,6 +347,7 @@ extension GrailPayWebViewController: WKNavigationDelegate {
|
|
|
347
347
|
|
|
348
348
|
if scheme == "expediter" || scheme == "expeditor" {
|
|
349
349
|
if Self.WEBVIEW_LOG_ONLY_ON_CALLBACK_DEEPLINK {
|
|
350
|
+
print("[GrailPay] callback deeplink (log only, copy to trigger manually): \(urlString)")
|
|
350
351
|
decisionHandler(.cancel)
|
|
351
352
|
return
|
|
352
353
|
}
|
|
@@ -8715,10 +8715,10 @@
|
|
|
8715
8715
|
<rect key="frame" x="0.0" y="0.0" width="393" height="847.66666666666663"/>
|
|
8716
8716
|
<subviews>
|
|
8717
8717
|
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="payment_done_icon" translatesAutoresizingMaskIntoConstraints="NO" id="5Tx-1L-CH6">
|
|
8718
|
-
<rect key="frame" x="96.666666666666686" y="100" width="
|
|
8718
|
+
<rect key="frame" x="96.666666666666686" y="100" width="200" height="200"/>
|
|
8719
8719
|
<constraints>
|
|
8720
|
-
<constraint firstAttribute="width" constant="
|
|
8721
|
-
<constraint firstAttribute="height" constant="
|
|
8720
|
+
<constraint firstAttribute="width" constant="200" id="hqG-2m-iXd"/>
|
|
8721
|
+
<constraint firstAttribute="height" constant="200" id="nf6-x2-tPc"/>
|
|
8722
8722
|
</constraints>
|
|
8723
8723
|
<userDefinedRuntimeAttributes>
|
|
8724
8724
|
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
|
@@ -8727,10 +8727,10 @@
|
|
|
8727
8727
|
</userDefinedRuntimeAttributes>
|
|
8728
8728
|
</imageView>
|
|
8729
8729
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="redraw" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xHM-Ip-TLk">
|
|
8730
|
-
<rect key="frame" x="96.666666666666686" y="100" width="
|
|
8730
|
+
<rect key="frame" x="96.666666666666686" y="100" width="200" height="200"/>
|
|
8731
8731
|
<constraints>
|
|
8732
|
-
<constraint firstAttribute="height" constant="
|
|
8733
|
-
<constraint firstAttribute="width" constant="
|
|
8732
|
+
<constraint firstAttribute="height" constant="200" id="JJA-mJ-vdg"/>
|
|
8733
|
+
<constraint firstAttribute="width" constant="200" id="ODJ-fO-vJQ"/>
|
|
8734
8734
|
</constraints>
|
|
8735
8735
|
<userDefinedRuntimeAttributes>
|
|
8736
8736
|
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|