paynl-pos-sdk-react-native 0.0.79 → 0.0.81

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.
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,mm,swift}"
18
18
  s.private_header_files = "ios/**/*.h"
19
19
 
20
- s.dependency 'PayNlPOSSdkSwift', '~> 0.0.36'
20
+ s.dependency 'PayNlPOSSdkSwift', '~> 0.0.37'
21
21
 
22
22
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
23
23
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
@@ -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.106
7
+ PaynlSdkReactNative_paynlVersion=0.0.107
@@ -173,6 +173,10 @@ class PayNlUtils {
173
173
  output.hideShadow = params.getBoolean("hideShadow")
174
174
  }
175
175
 
176
+ if (params.hasKey("useScrambledPinpad")) {
177
+ output.useScrambledPinpad = params.getBoolean("useScrambledPinpad")
178
+ }
179
+
176
180
  if (params.hasKey("waitingPincode")) {
177
181
  params.getString("waitingPincode")?.let {
178
182
  output.waitingPincode = it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paynl-pos-sdk-react-native",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
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",