@yuno-payments/yuno-sdk-react-native 1.0.17-rc.11 → 1.0.17-rc.12
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.
- package/ios/YunoSdk.swift +1 -1
- package/package.json +1 -1
package/ios/YunoSdk.swift
CHANGED
|
@@ -699,7 +699,7 @@ extension YunoSdk {
|
|
|
699
699
|
}
|
|
700
700
|
|
|
701
701
|
let jsonData = try JSONSerialization.data(withJSONObject: enrollmentCollectedData, options: [])
|
|
702
|
-
|
|
702
|
+
print("📦 EnrollmentCollectedData JSON sent to iOS SDK: \(String(data: jsonData, encoding: .utf8) ?? "Invalid JSON")")
|
|
703
703
|
|
|
704
704
|
// Decode to EnrollmentCollectedData using the native SDK's Codable model
|
|
705
705
|
let decoder = JSONDecoder()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuno-payments/yuno-sdk-react-native",
|
|
3
|
-
"version": "1.0.17-rc.
|
|
3
|
+
"version": "1.0.17-rc.12",
|
|
4
4
|
"description": "Yuno React Native SDK empowers you to create seamless payment experiences in your native Android and iOS apps built with React Native.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|