@pelcro/react-pelcro-js 3.26.0-beta.33 → 3.26.0-beta.34

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
@@ -18933,7 +18933,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
18933
18933
  type: SHOW_ALERT,
18934
18934
  payload: {
18935
18935
  type: "success",
18936
- content: t("messages.sourceUpdated")
18936
+ content: t("messages.sourceCreated")
18937
18937
  }
18938
18938
  });
18939
18939
  onSuccess(res);
package/dist/index.esm.js CHANGED
@@ -18903,7 +18903,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
18903
18903
  type: SHOW_ALERT,
18904
18904
  payload: {
18905
18905
  type: "success",
18906
- content: t("messages.sourceUpdated")
18906
+ content: t("messages.sourceCreated")
18907
18907
  }
18908
18908
  });
18909
18909
  onSuccess(res);
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.26.0-beta.33",
4
+ "version": "3.26.0-beta.34",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",