@tap-payments/apple-pay-button 1.1.3 → 1.1.4

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.
@@ -206,6 +206,7 @@ export var useApplePay = function (_a) {
206
206
  return [3, 4];
207
207
  case 3:
208
208
  error_1 = _a.sent();
209
+ setLoading(false);
209
210
  onMerchantValidation === null || onMerchantValidation === void 0 ? void 0 : onMerchantValidation('error');
210
211
  if (debug)
211
212
  console.error('error in onvalidatemerchant', error_1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/apple-pay-button",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Apple Pay Button React Component",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",