@yuno-payments/yuno-sdk-react-native 1.0.17-rc.5 → 1.0.17-rc.6
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.
|
@@ -856,7 +856,9 @@ class YunoSdkModule(private val reactContext: ReactApplicationContext) :
|
|
|
856
856
|
// Convert ReadableMap to TokenCollectedData using Gson
|
|
857
857
|
val gson = Gson()
|
|
858
858
|
val jsonString = convertReadableMapToJson(tokenCollectedData)
|
|
859
|
+
Log.d(TAG, "JSON String: $jsonString")
|
|
859
860
|
val collectedData = gson.fromJson(jsonString, TokenCollectedData::class.java)
|
|
861
|
+
Log.d(TAG, "Parsed TokenCollectedData: checkoutSession=${collectedData.checkoutSession}, paymentMethod=${collectedData.paymentMethod}")
|
|
860
862
|
|
|
861
863
|
// Create API client
|
|
862
864
|
val apiClient = Yuno.apiClientPayment(
|
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.6",
|
|
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",
|