@pelcro/react-pelcro-js 4.0.0-alpha.56 → 4.0.0-alpha.57
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 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -25060,7 +25060,7 @@ const PaymentMethodContainer = props => {
|
|
|
25060
25060
|
};
|
|
25061
25061
|
React.useEffect(() => {
|
|
25062
25062
|
if (isStripeLoaded) {
|
|
25063
|
-
window.Pelcro.user.
|
|
25063
|
+
window.Pelcro.user.createSetupIntent({
|
|
25064
25064
|
auth_token: window.Pelcro.user.read().auth_token
|
|
25065
25065
|
}, (err, res) => {
|
|
25066
25066
|
if (err) {
|
package/dist/index.esm.js
CHANGED
|
@@ -25030,7 +25030,7 @@ const PaymentMethodContainer = props => {
|
|
|
25030
25030
|
};
|
|
25031
25031
|
useEffect(() => {
|
|
25032
25032
|
if (isStripeLoaded) {
|
|
25033
|
-
window.Pelcro.user.
|
|
25033
|
+
window.Pelcro.user.createSetupIntent({
|
|
25034
25034
|
auth_token: window.Pelcro.user.read().auth_token
|
|
25035
25035
|
}, (err, res) => {
|
|
25036
25036
|
if (err) {
|