paynl-pos-sdk-react-native 0.0.31 → 0.0.32

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.58
7
+ PaynlSdkReactNative_paynlVersion=0.0.61
@@ -87,7 +87,7 @@ export interface NativeInitModel {
87
87
  */
88
88
  enableLogging?: boolean;
89
89
  /**
90
- * Allows payments to be stored in cases of connetcion issues
90
+ * Allows payments to be stored in cases of connection issues
91
91
  */
92
92
  enableOfflineProcessing?: boolean;
93
93
  /**
@@ -87,7 +87,7 @@ export interface NativeInitModel {
87
87
  */
88
88
  enableLogging?: boolean;
89
89
  /**
90
- * Allows payments to be stored in cases of connetcion issues
90
+ * Allows payments to be stored in cases of connection issues
91
91
  */
92
92
  enableOfflineProcessing?: boolean;
93
93
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paynl-pos-sdk-react-native",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "A PayNL sdk to accept and process payments",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",