@jimrising/easymerchantsdk-react-native 1.9.6 → 1.9.8

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.
Files changed (29) hide show
  1. package/.idea/misc.xml +1 -0
  2. package/README.md +1 -3
  3. package/android/build/.transforms/15b6a8a60a6b32d0dcaf609723cf365b/transformed/classes/classes_dex/classes.dex +0 -0
  4. package/android/build/.transforms/8508f1428f740032c45a43f48b1bbe1e/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/reactlibrary/RNEasymerchantsdkModule.dex +0 -0
  5. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
  6. package/android/build.gradle +1 -1
  7. package/ios/Pods/ViewControllers/BillingInfoVC/BillingInfoVC.swift +338 -161
  8. package/ios/easymerchantsdk.podspec +1 -1
  9. package/ios/easymerchantsdk.storyboard +0 -9037
  10. package/package.json +1 -1
  11. package/android/.gradle/8.10/checksums/checksums.lock +0 -0
  12. package/android/.gradle/8.10/checksums/md5-checksums.bin +0 -0
  13. package/android/.gradle/8.10/checksums/sha1-checksums.bin +0 -0
  14. package/android/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
  15. package/android/.gradle/8.10/fileChanges/last-build.bin +0 -0
  16. package/android/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
  17. package/android/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
  18. package/android/.gradle/8.10/gc.properties +0 -0
  19. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  20. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  21. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  22. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  23. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  24. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  25. package/android/.gradle/8.9/gc.properties +0 -0
  26. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  27. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  28. package/android/.gradle/nb-cache/trust/0B5D6BE682AD6AEE9815EC13516BF075752CAE5AD5BECDCC00315C37622C2FD3 +0 -1
  29. package/android/.gradle/vcs-1/gc.properties +0 -0
package/.idea/misc.xml CHANGED
@@ -1,3 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
1
2
  <project version="4">
2
3
  <component name="ProjectRootManager">
3
4
  <output url="file://$PROJECT_DIR$/out" />
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.9.6"
10
+ "@jimrising/easymerchantsdk-react-native": "^1.9.8"
11
11
  },
12
12
  ```
13
13
 
@@ -35,8 +35,6 @@ allprojects {
35
35
  }
36
36
  ```
37
37
 
38
-
39
-
40
38
  ## Changes in IOS side.
41
39
  Add below content inside the AppDelegate.swift File :-
42
40
 
@@ -1 +1 @@
1
- #Thu Jul 10 15:15:28 IST 2025
1
+ #Thu Jul 24 11:21:35 IST 2025
@@ -39,7 +39,7 @@ repositories {
39
39
  }
40
40
 
41
41
  dependencies {
42
- implementation 'com.app:paysdk:1.4.4'
42
+ implementation 'com.app:paysdk:1.4.7'
43
43
  implementation 'com.hbb20:ccp:2.7.3'
44
44
  implementation 'com.github.bumptech.glide:glide:4.16.0'
45
45
  implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1"