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

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
@@ -11,7 +11,7 @@ import com.paynl.pos.sdk.shared.models.paynl.transaction.PayNlTransactionNotific
11
11
  import com.paynl.pos.sdk.shared.models.paynl.transaction.PayNlTransactionOrder
12
12
  import com.paynl.pos.sdk.shared.models.paynl.transaction.PayNlTransactionProduct
13
13
  import com.paynl.pos.sdk.shared.models.paynl.transaction.PayNlTransactionStats
14
- import com.paynl.pos.sdk.shared.payment.PaymentOverlayParams
14
+ import com.paynl.pos.sdk.shared.dialogs.paymentOverlay.PaymentOverlayParams
15
15
 
16
16
  class PayNlUtils {
17
17
  companion object {
@@ -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.33",
4
4
  "description": "A PayNL sdk to accept and process payments",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",