judokit-react-native 4.3.9 → 4.4.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.
@@ -3,4 +3,4 @@ JudoKitReactNative_minSdkVersion=23
3
3
  JudoKitReactNative_targetSdkVersion=34
4
4
  JudoKitReactNative_compileSdkVersion=34
5
5
  JudoKitReactNative_ndkversion=26.1.10909125
6
- JudoKitReactNative_judoKitAndroidVersion=4.3.8
6
+ JudoKitReactNative_judoKitAndroidVersion=4.3.8.0.1
@@ -470,7 +470,7 @@ internal fun getPaymentMethods(options: ReadableMap): Array<PaymentMethod>? {
470
470
  }
471
471
 
472
472
  if (it and idealPaymentValue == idealPaymentValue) {
473
- paymentMethods?.add(PaymentMethod.IDEAL)
473
+ // noop
474
474
  }
475
475
 
476
476
  if (it and allPaymentValues == allPaymentValues) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "judokit-react-native",
3
- "version": "4.3.9",
3
+ "version": "4.4.0",
4
4
  "description": "A React Native module for the Judopay native SDKs to process payments on iOS and Android.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",