react-native-tpay 1.3.21 → 1.3.23

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.
@@ -95,7 +95,7 @@ dependencies {
95
95
  //noinspection GradleDynamicVersion
96
96
  implementation "com.facebook.react:react-native:+"
97
97
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98
- implementation('com.tpay:sdk:1.2.7') {
98
+ implementation('com.tpay:sdk:1.2.8') {
99
99
  exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
100
100
  }
101
101
  }
@@ -22,7 +22,7 @@ struct PaymentChannelResult: Encodable {
22
22
  }
23
23
 
24
24
  static func configurationError(error: Error) -> PaymentChannelResult {
25
- return .init(type: Constant.configurationError, message: "\(error)", channels: nil)
25
+ return .init(type: Constant.configurationError, message: error.localizedDescription, channels: nil)
26
26
  }
27
27
  }
28
28
 
@@ -1,2 +1,2 @@
1
1
  // Auto-generated from package.json — do not edit manually.
2
- let reactNativeTpayVersion: String = "1.3.21"
2
+ let reactNativeTpayVersion: String = "1.3.23"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tpay",
3
- "version": "1.3.21",
3
+ "version": "1.3.23",
4
4
  "description": "The Tpay SDK empowers your app to seamlessly integrate Tpay’s payment functionalities, providing a comprehensive and developer-friendly solution for managing payments.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -38,5 +38,5 @@ Pod::Spec.new do |s|
38
38
  s.dependency "ReactCommon/turbomodule/core"
39
39
  end
40
40
  end
41
- s.dependency "Tpay-SDK", "1.3.16"
41
+ s.dependency "Tpay-SDK", "1.3.17"
42
42
  end