@jimrising/easymerchantsdk-react-native 2.4.8 → 2.4.9

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 (85) hide show
  1. package/README.md +1 -1
  2. package/android/.settings/org.eclipse.buildship.core.prefs +2 -2
  3. package/android/build.gradle +3 -4
  4. package/android/config.properties +5 -0
  5. package/android/config.properties.example +5 -0
  6. package/ios/ApiManager/APIRequest.swift +0 -3
  7. package/ios/ApiManager/APIService.swift +0 -2
  8. package/ios/Classes/EasyMerchantSdk.h +0 -1
  9. package/ios/Classes/EasyMerchantSdk.m +54 -5
  10. package/ios/Classes/EasyMerchantSdk.swift +1 -15
  11. package/ios/Classes/EasyPayViewController.swift +1 -1
  12. package/ios/EnvironmentConfig.swift +0 -1
  13. package/ios/Example/SceneDelegate.swift +23 -1
  14. package/ios/Example/ViewController.swift +0 -8
  15. package/ios/Extensions/UIFont.swift +0 -1
  16. package/ios/Extensions/UIViewController+Extension.swift +0 -1
  17. package/ios/Helper/GrailPayHelper.swift +146 -58
  18. package/ios/Helper/GrailPayWebViewController.swift +416 -0
  19. package/ios/Helper/JavaScriptBridge.swift +312 -0
  20. package/ios/Helper/WebViewConfig.swift +159 -0
  21. package/ios/Models/Request.swift +48 -204
  22. package/ios/easymerchantsdk.podspec +2 -2
  23. package/package.json +1 -1
  24. package/android/build/generated/source/buildConfig/debug/com/reactlibrary/BuildConfig.java +0 -10
  25. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -7
  26. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
  27. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
  28. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  29. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  30. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  31. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  32. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
  33. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  34. package/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
  35. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  36. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  37. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/BuildConfig.class +0 -0
  38. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule$1$1.class +0 -0
  39. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule$1.class +0 -0
  40. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule$2.class +0 -0
  41. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule$3.class +0 -0
  42. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkModule.class +0 -0
  43. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/reactlibrary/RNEasymerchantsdkPackage.class +0 -0
  44. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -2
  45. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -7
  46. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -7
  47. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  48. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  49. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/BuildConfig.class +0 -0
  50. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule$1$1.class +0 -0
  51. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule$1.class +0 -0
  52. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule$2.class +0 -0
  53. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule$3.class +0 -0
  54. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkModule.class +0 -0
  55. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/reactlibrary/RNEasymerchantsdkPackage.class +0 -0
  56. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  57. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -1
  58. package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -16
  59. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  60. package/ios/Pods/UserDefaults/UserStoreSingleton.swift +0 -425
  61. package/ios/Pods/ViewControllers/AdditionalInfoVC.swift +0 -2996
  62. package/ios/Pods/ViewControllers/BaseVC.swift +0 -142
  63. package/ios/Pods/ViewControllers/BillingInfoVC/BillingInfoVC.swift +0 -3807
  64. package/ios/Pods/ViewControllers/BillingInfoVC/Cells/CityListTVC.swift +0 -46
  65. package/ios/Pods/ViewControllers/BillingInfoVC/Cells/CountryListTVC.swift +0 -47
  66. package/ios/Pods/ViewControllers/BillingInfoVC/Cells/StateListTVC.swift +0 -46
  67. package/ios/Pods/ViewControllers/Clean Runner_2025-07-23T14-58-05.txt +0 -13
  68. package/ios/Pods/ViewControllers/CountryListVC.swift +0 -435
  69. package/ios/Pods/ViewControllers/EmailVerificationVC.swift +0 -300
  70. package/ios/Pods/ViewControllers/GrailPayVC.swift +0 -492
  71. package/ios/Pods/ViewControllers/OTPVerificationVC.swift +0 -2278
  72. package/ios/Pods/ViewControllers/PaymentDoneVC.swift +0 -287
  73. package/ios/Pods/ViewControllers/PaymentErrorVC.swift +0 -85
  74. package/ios/Pods/ViewControllers/PaymentInformation/AccountTypeTVC.swift +0 -41
  75. package/ios/Pods/ViewControllers/PaymentInformation/PaymentInfoVC.swift +0 -13115
  76. package/ios/Pods/ViewControllers/PaymentInformation/PaymentInformationCVC.swift +0 -35
  77. package/ios/Pods/ViewControllers/PaymentInformation/RecurringTVC.swift +0 -40
  78. package/ios/Pods/ViewControllers/PaymentInformation/SavedAccountsTVC/SavedAccountTVC.swift +0 -80
  79. package/ios/Pods/ViewControllers/PaymentInformation/SavedAccountsTVC/SavedAccountTVC.xib +0 -163
  80. package/ios/Pods/ViewControllers/PaymentInformation/SavedCardsTVC/SavedCardsTVC.swift +0 -81
  81. package/ios/Pods/ViewControllers/PaymentInformation/SavedCardsTVC/SavedCardsTVC.xib +0 -188
  82. package/ios/Pods/ViewControllers/PaymentStatusWebViewVC.swift +0 -167
  83. package/ios/Pods/ViewControllers/TermAndConditionsVC.swift +0 -63
  84. package/ios/Pods/ViewControllers/ThreeDSecurePaymentDoneVC.swift +0 -1254
  85. package/ios/easymerchantsdk.storyboard +0 -9089

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.