@pelcro/react-pelcro-js 3.10.1-beta.11 → 3.10.1-beta.12

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.
package/dist/index.cjs.js CHANGED
@@ -15913,8 +15913,8 @@ const PaymentMethodContainerWithoutStripe = ({
15913
15913
  if (cardProcessor === "tap" && !selectedPaymentMethodId && isTapLoaded) {
15914
15914
  var _window$Pelcro$site$r3;
15915
15915
 
15916
- console.log("Yes Tap JSLI is enabled and activated");
15917
- const tapKey = Tapjsli((_window$Pelcro$site$r3 = window.Pelcro.site.read()) === null || _window$Pelcro$site$r3 === void 0 ? void 0 : _window$Pelcro$site$r3.tap_gateway_settings.publishable_key);
15916
+ console.log("Yes Tap JSLI is enabled and script is loaded");
15917
+ const tapKey = window.Tapjsli((_window$Pelcro$site$r3 = window.Pelcro.site.read()) === null || _window$Pelcro$site$r3 === void 0 ? void 0 : _window$Pelcro$site$r3.tap_gateway_settings.publishable_key);
15918
15918
  let elements = tapKey.elements({});
15919
15919
  let style = {
15920
15920
  base: {
package/dist/index.esm.js CHANGED
@@ -15883,8 +15883,8 @@ const PaymentMethodContainerWithoutStripe = ({
15883
15883
  if (cardProcessor === "tap" && !selectedPaymentMethodId && isTapLoaded) {
15884
15884
  var _window$Pelcro$site$r3;
15885
15885
 
15886
- console.log("Yes Tap JSLI is enabled and activated");
15887
- const tapKey = Tapjsli((_window$Pelcro$site$r3 = window.Pelcro.site.read()) === null || _window$Pelcro$site$r3 === void 0 ? void 0 : _window$Pelcro$site$r3.tap_gateway_settings.publishable_key);
15886
+ console.log("Yes Tap JSLI is enabled and script is loaded");
15887
+ const tapKey = window.Tapjsli((_window$Pelcro$site$r3 = window.Pelcro.site.read()) === null || _window$Pelcro$site$r3 === void 0 ? void 0 : _window$Pelcro$site$r3.tap_gateway_settings.publishable_key);
15888
15888
  let elements = tapKey.elements({});
15889
15889
  let style = {
15890
15890
  base: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.10.1-beta.11",
4
+ "version": "3.10.1-beta.12",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",