@getopenpay/openpay-js-react 0.0.6-alpha.36ef55d → 0.0.6
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3029,7 +3029,7 @@ const Sn = (r) => {
|
|
|
3029
3029
|
elementId: t
|
|
3030
3030
|
};
|
|
3031
3031
|
r.postMessage(JSON.stringify(a), s);
|
|
3032
|
-
}, On = "https://cde.
|
|
3032
|
+
}, On = "https://cde.getopenpay.com", In = {
|
|
3033
3033
|
usd: "usd",
|
|
3034
3034
|
brl: "brl"
|
|
3035
3035
|
}, Zn = (r) => r.stripePubKey === null ? { isStripeAvailable: !1, stripePubKey: void 0 } : { isStripeAvailable: !0, stripePubKey: r.stripePubKey }, Nn = (r) => {
|
package/package.json
CHANGED