react-native-hyperswitch-dev-sdk 0.4.6 → 0.4.7

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.
@@ -139,7 +139,7 @@ public class NativeHyperswitchModuleImpl: NSObject {
139
139
  resolve([
140
140
  "status": "failed",
141
141
  "code": error.domain,
142
- "message": "Payment failed: \(error.userInfo["message"] ?? "Failed")",
142
+ "message": "\(error.userInfo["message"] ?? "Failed")",
143
143
  ])
144
144
  case .canceled(let data):
145
145
  resolve(["status": "cancelled", "message": data])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperswitch-dev-sdk",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Hyperswitch SDK for React Native",
5
5
  "main": "lib/commonjs/index.bundle.js",
6
6
  "module": "lib/module/index.bundle.js",