paynl-pos-sdk-react-native 0.0.67 → 0.0.69
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.
|
|
20
|
+
s.dependency 'PayNlPOSSdkSwift', '~> 0.0.32'
|
|
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.
|
|
@@ -250,7 +250,7 @@ class PayNlSdkModule(private val reactContext: ReactApplicationContext) :
|
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
override fun getOfflineQueue(Promise
|
|
253
|
+
override fun getOfflineQueue(promise: Promise) {
|
|
254
254
|
val df: DateFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss'Z'")
|
|
255
255
|
|
|
256
256
|
val result = posService.offlineQueue
|
|
@@ -268,7 +268,7 @@ class PayNlSdkModule(private val reactContext: ReactApplicationContext) :
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
@ReactMethod()
|
|
271
|
-
fun getOfflineQueue(Promise
|
|
271
|
+
fun getOfflineQueue(promise: Promise) {
|
|
272
272
|
val df: DateFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss'Z'")
|
|
273
273
|
|
|
274
274
|
val result = posService.offlineQueue
|