@jimrising/easymerchantsdk-react-native 1.3.6 → 1.3.7

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/README.md CHANGED
@@ -7,7 +7,7 @@ To add the path of sdk in your project. Open your `package.json` file and inside
7
7
 
8
8
  ```json
9
9
  "dependencies": {
10
- "@jimrising/easymerchantsdk-react-native": "^1.3.5"
10
+ "@jimrising/easymerchantsdk-react-native": "^1.3.6"
11
11
  },
12
12
  ```
13
13
 
@@ -1,2 +1,2 @@
1
- #Tue May 27 14:48:21 IST 2025
1
+ #Tue May 27 16:30:51 IST 2025
2
2
  gradle.version=8.10
@@ -1 +1 @@
1
- 14CECFB310D8C466291C81DD53127CB2C5FDEED791047216FAF15D765467001D
1
+ F653042EE5D1BE45CCE4636F595E95F756634CDFCB88B853AA104087A76A9AF6
@@ -1,9 +1,9 @@
1
1
  #import "EasyMerchantSdk.h"
2
2
  #import <React/RCTLog.h>
3
3
  #import <React/RCTBridgeModule.h>
4
- #import <easymerchantsdk/easymerchantsdk-Swift.h>
4
+ //#import <easymerchantsdk/easymerchantsdk-Swift.h>
5
5
 
6
- // #import <easymerchantsdk-Swift.h>
6
+ #import <easymerchantsdk-Swift.h>
7
7
 
8
8
  @interface EasyMerchantSdk()
9
9
  @property (nonatomic, strong) EasyMerchantSdkPlugin *sdkPluginInstance;
@@ -94,11 +94,11 @@
94
94
  // submitButtonText: "Submit",
95
95
  // authenticatedACH: authenticatedACH,
96
96
  // grailPayParams: authenticatedACH ? grailPayParams : nil,
97
- // is_recurring: true,
98
- // recurringIntervals: [.weekly, .monthly],
99
- // recurringStartDateType: .custom,
100
- // recurringStartDate: "05/30/2025", /// Format MM/dd/yyyy, must be today or future date
101
- // enable3DS: true
97
+ // is_recurring: true,
98
+ // recurringIntervals: [.weekly, .monthly],
99
+ // recurringStartDateType: .custom,
100
+ // recurringStartDate: "05/30/2025", /// Format MM/dd/yyyy, must be today or future date
101
+ // enable3DS: true
102
102
  // )
103
103
  //
104
104
  // if request.tokenOnly == true {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1 +0,0 @@
1
- 7B4711EF5BD8AAFCB0F97ED30C712B87657E9522834D63197B63D19F2590EA9F
@@ -1,2 +0,0 @@
1
- connection.project.dir=../../../../android
2
- eclipse.preferences.version=1