@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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
18906
|
+
content: t("messages.sourceCreated")
|
|
18907
18907
|
}
|
|
18908
18908
|
});
|
|
18909
18909
|
onSuccess(res);
|