@yuno-payments/yuno-sdk-react-native 1.1.0-beta.3 → 1.1.0-rc.1
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/YunoSdk.podspec
CHANGED
|
@@ -235,7 +235,7 @@ class YunoPaymentMethodsView: UIView, YunoPaymentFullDelegate {
|
|
|
235
235
|
|
|
236
236
|
// Emit payment status event to React Native
|
|
237
237
|
let statusString: String
|
|
238
|
-
switch result {
|
|
238
|
+
switch result.status {
|
|
239
239
|
case .succeeded:
|
|
240
240
|
statusString = "SUCCEEDED"
|
|
241
241
|
case .fail:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuno-payments/yuno-sdk-react-native",
|
|
3
|
-
"version": "1.1.0-
|
|
3
|
+
"version": "1.1.0-rc.1",
|
|
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",
|