@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.
@@ -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.7.9'
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
  }
@@ -1,5 +1,4 @@
1
1
  #import "EasyMerchantSdk.h"
2
- #import <React/RCTLog.h>
3
2
  #import <React/RCTBridgeModule.h>
4
3
 
5
4
  //#import "easymerchantsdk-Swift.h"
@@ -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="150" height="150"/>
8718
+ <rect key="frame" x="96.666666666666686" y="100" width="200" height="200"/>
8719
8719
  <constraints>
8720
- <constraint firstAttribute="width" constant="150" id="hqG-2m-iXd"/>
8721
- <constraint firstAttribute="height" constant="150" id="nf6-x2-tPc"/>
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="150" height="150"/>
8730
+ <rect key="frame" x="96.666666666666686" y="100" width="200" height="200"/>
8731
8731
  <constraints>
8732
- <constraint firstAttribute="height" constant="150" id="JJA-mJ-vdg"/>
8733
- <constraint firstAttribute="width" constant="150" id="ODJ-fO-vJQ"/>
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">
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '2.6.1'
3
+ s.version = '2.6.3'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
6
6
  A React Native SDK to enable Easy Merchant functionality in mobile applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "2.6.1",
3
+ "version": "2.6.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {