@tap-payments/apple-pay-button 0.0.40-development → 0.0.41-development

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.
@@ -89,6 +89,7 @@ export var useApplePay = function (_a) {
89
89
  return __generator(this, function (_o) {
90
90
  switch (_o.label) {
91
91
  case 0:
92
+ console.log('environment, interfaceObj?.locale, order, customer, merchant, scope', environment, interfaceObj === null || interfaceObj === void 0 ? void 0 : interfaceObj.locale, order, customer, merchant, scope);
92
93
  setLoading(true);
93
94
  appService.setEnv(environment);
94
95
  appService.setBaseUrl();
@@ -168,7 +169,7 @@ export var useApplePay = function (_a) {
168
169
  case 9: return [2];
169
170
  }
170
171
  });
171
- }); }, [environment, interfaceObj === null || interfaceObj === void 0 ? void 0 : interfaceObj.locale, order, customer, merchant, scope, debug, onError, onReady, onOrderCreated]);
172
+ }); }, [environment, interfaceObj === null || interfaceObj === void 0 ? void 0 : interfaceObj.locale, order, customer, merchant, scope]);
172
173
  useEffect(function () {
173
174
  initialize(metaData);
174
175
  }, [initialize, metaData]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/apple-pay-button",
3
- "version": "0.0.40-development",
3
+ "version": "0.0.41-development",
4
4
  "description": "Apple Pay Button React Component",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",