@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.openpaystaging.com", In = {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.6-alpha.36ef55d",
3
+ "version": "0.0.6",
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",