react-native-hyperpay-sdk 0.35.0 → 0.36.0

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.
Files changed (2) hide show
  1. package/ios/HyperPay.m +1 -1
  2. package/package.json +1 -1
package/ios/HyperPay.m CHANGED
@@ -137,7 +137,7 @@ RCT_EXPORT_METHOD(applePay:(NSDictionary*)params resolver:(RCTPromiseResolveBloc
137
137
  resolve(@{@"resourcePath": transaction.resourcePath});
138
138
  }
139
139
  } cancelHandler:^{
140
- reject(@"applePay",@"Executed if the shopper closes the payment page prematurely.",NULL);
140
+ reject(@"applePay",@"cancel",NULL);
141
141
  // Executed if the shopper closes the payment page prematurely.
142
142
  }];
143
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperpay-sdk",
3
- "version": "0.35.0",
3
+ "version": "0.36.0",
4
4
  "description": "hyperpay",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",