@pelcro/react-pelcro-js 3.22.0-beta.22 → 3.22.0-beta.23
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 -0
- package/dist/index.esm.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18517,6 +18517,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
18517
18517
|
type: LOADING,
|
|
18518
18518
|
payload: false
|
|
18519
18519
|
});
|
|
18520
|
+
onFailure(error);
|
|
18520
18521
|
return dispatch({
|
|
18521
18522
|
type: SHOW_ALERT,
|
|
18522
18523
|
payload: {
|
package/dist/index.esm.js
CHANGED
|
@@ -18487,6 +18487,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
18487
18487
|
type: LOADING,
|
|
18488
18488
|
payload: false
|
|
18489
18489
|
});
|
|
18490
|
+
onFailure(error);
|
|
18490
18491
|
return dispatch({
|
|
18491
18492
|
type: SHOW_ALERT,
|
|
18492
18493
|
payload: {
|