@jimrising/easymerchantsdk-react-native 1.8.9 → 1.9.0

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.8.9"
10
+ "@jimrising/easymerchantsdk-react-native": "^1.9.0"
11
11
  },
12
12
  ```
13
13
 
@@ -200,7 +200,7 @@ const externalConfig = {
200
200
  },
201
201
  recurringData: {
202
202
  allowCycles: 2,
203
- intervals: ['weekly', 'monthly'],
203
+ intervals: ['daily','weekly', 'monthly'],
204
204
  recurringStartType: 'custom',
205
205
  recurringStartDate: '07/08/2025',
206
206
  },
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '1.8.9'
3
+ s.version = '1.9.0'
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": "1.8.9",
3
+ "version": "1.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {