paynl-pos-sdk-react-native 0.0.75 → 0.0.77

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.34'
20
+ s.dependency 'PayNlPOSSdkSwift', '~> 0.0.35'
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.104
7
+ PaynlSdkReactNative_paynlVersion=0.0.106
@@ -380,6 +380,7 @@ class PayNlUtils {
380
380
  output.putString("reference", value.reference)
381
381
  output.putString("ticket", value.ticket)
382
382
  output.putString("customerKey", value.customerKey)
383
+ output.putString("maskedPan", value.maskedPan)
383
384
 
384
385
  val binData = value.binData
385
386
  if (binData != null) {
@@ -103,7 +103,8 @@ import PayNlPOSSdkSwift
103
103
  "transactionId": result.transactionId,
104
104
  "payerMessage": result.payerMessage,
105
105
  "orderId": result.orderId,
106
- "ticket": result.ticket
106
+ "ticket": result.ticket,
107
+ "maskedPan": result.maskedPan
107
108
  ]
108
109
 
109
110
  if let reference = result.reference {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paynl-pos-sdk-react-native",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
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",