@getopenpay/openpay-js-react 0.0.7-alpha.4e64293 → 0.0.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3030,7 +3030,7 @@ const Sn = (r) => {
3030
3030
  elementId: t
3031
3031
  };
3032
3032
  r.postMessage(JSON.stringify(a), s);
3033
- }, On = "https://cde.openpaystaging.com", In = {
3033
+ }, On = "https://cde.getopenpay.com", In = {
3034
3034
  usd: "usd",
3035
3035
  brl: "brl"
3036
3036
  }, Zn = (r) => r.stripePubKey === null ? { isStripeAvailable: !1, stripePubKey: void 0 } : { isStripeAvailable: !0, stripePubKey: r.stripePubKey }, Nn = (r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.7-alpha.4e64293",
3
+ "version": "0.0.7",
4
4
  "description": "Accept payments through OpenPay, right on your site",
5
5
  "author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
6
6
  "type": "module",