@pelcro/react-pelcro-js 3.8.1-beta.1 → 3.8.1
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 +1 -5
- package/dist/index.esm.js +1 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12815,7 +12815,7 @@ class SelectModal extends React.Component {
|
|
|
12815
12815
|
className: "plc-flex plc-items-end plc-w-full plc-mt-3"
|
|
12816
12816
|
}, product.plans && /*#__PURE__*/React__default['default'].createElement("p", {
|
|
12817
12817
|
className: "plc-w-1/2 plc-text-xs pelcro-select-product-cost"
|
|
12818
|
-
}, this.locale("labels.startingAt"), " ", this.countStartPrice(product.plans)
|
|
12818
|
+
}, this.locale("labels.startingAt"), " ", this.countStartPrice(product.plans)), /*#__PURE__*/React__default['default'].createElement(Button, Object.assign({
|
|
12819
12819
|
onClick: productButtonCallback,
|
|
12820
12820
|
"data-key": product.id,
|
|
12821
12821
|
id: "pelcro-select-product-back-button",
|
|
@@ -15244,7 +15244,6 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
15244
15244
|
}
|
|
15245
15245
|
});
|
|
15246
15246
|
} else {
|
|
15247
|
-
console.log("Tap API Call result", result);
|
|
15248
15247
|
window.Pelcro.payment.authorize({
|
|
15249
15248
|
auth_token: window.Pelcro.user.read().auth_token,
|
|
15250
15249
|
site_id: window.Pelcro.siteid,
|
|
@@ -23423,9 +23422,6 @@ const AddressSelectSubmit = ({
|
|
|
23423
23422
|
isSubmitting
|
|
23424
23423
|
}
|
|
23425
23424
|
} = React.useContext(store$5);
|
|
23426
|
-
console.log("Selected", selectedAddressId);
|
|
23427
|
-
console.log("Selected", typeof selectedAddressId);
|
|
23428
|
-
console.log("IsSubmitted", isSubmitting);
|
|
23429
23425
|
const {
|
|
23430
23426
|
t
|
|
23431
23427
|
} = useTranslation("address");
|
package/dist/index.esm.js
CHANGED
|
@@ -12785,7 +12785,7 @@ class SelectModal extends Component {
|
|
|
12785
12785
|
className: "plc-flex plc-items-end plc-w-full plc-mt-3"
|
|
12786
12786
|
}, product.plans && /*#__PURE__*/React__default.createElement("p", {
|
|
12787
12787
|
className: "plc-w-1/2 plc-text-xs pelcro-select-product-cost"
|
|
12788
|
-
}, this.locale("labels.startingAt"), " ", this.countStartPrice(product.plans)
|
|
12788
|
+
}, this.locale("labels.startingAt"), " ", this.countStartPrice(product.plans)), /*#__PURE__*/React__default.createElement(Button, Object.assign({
|
|
12789
12789
|
onClick: productButtonCallback,
|
|
12790
12790
|
"data-key": product.id,
|
|
12791
12791
|
id: "pelcro-select-product-back-button",
|
|
@@ -15214,7 +15214,6 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
15214
15214
|
}
|
|
15215
15215
|
});
|
|
15216
15216
|
} else {
|
|
15217
|
-
console.log("Tap API Call result", result);
|
|
15218
15217
|
window.Pelcro.payment.authorize({
|
|
15219
15218
|
auth_token: window.Pelcro.user.read().auth_token,
|
|
15220
15219
|
site_id: window.Pelcro.siteid,
|
|
@@ -23393,9 +23392,6 @@ const AddressSelectSubmit = ({
|
|
|
23393
23392
|
isSubmitting
|
|
23394
23393
|
}
|
|
23395
23394
|
} = useContext(store$5);
|
|
23396
|
-
console.log("Selected", selectedAddressId);
|
|
23397
|
-
console.log("Selected", typeof selectedAddressId);
|
|
23398
|
-
console.log("IsSubmitted", isSubmitting);
|
|
23399
23395
|
const {
|
|
23400
23396
|
t
|
|
23401
23397
|
} = useTranslation("address");
|