paynl-pos-sdk-react-native 0.0.69 → 0.0.71

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.
@@ -4,4 +4,4 @@ PaynlSdkReactNative_targetSdkVersion=34
4
4
  PaynlSdkReactNative_compileSdkVersion=35
5
5
  PaynlSdkReactNative_ndkVersion=27.1.12297006
6
6
  PaynlSdkReactNative_paynlPackage=sdk.softpos
7
- PaynlSdkReactNative_paynlVersion=0.0.95
7
+ PaynlSdkReactNative_paynlVersion=0.0.100
@@ -334,7 +334,7 @@ class PayNlUtils {
334
334
  }
335
335
 
336
336
  val products = ArrayList<PayNlTransactionProduct>()
337
- for (i in 0..it.size()) {
337
+ for (i in 0..< it.size()) {
338
338
  val product = it.getMap(i) ?: continue
339
339
  val productBuilder = PayNlTransactionProductBuilder()
340
340
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paynl-pos-sdk-react-native",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "description": "A PayNL sdk to accept and process payments",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",