@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 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: {
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.22.0-beta.22",
4
+ "version": "3.22.0-beta.23",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",