@getopenpay/openpay-js-react 0.0.14-alpha.d7e18a6 → 0.0.14

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
@@ -3068,7 +3068,7 @@ const hs = (t) => {
3068
3068
  elementId: r
3069
3069
  };
3070
3070
  t.postMessage(JSON.stringify(a), s);
3071
- }, ys = "https://cde.openpaystaging.com", gs = {
3071
+ }, ys = "https://cde.getopenpay.com", gs = {
3072
3072
  usd: "usd",
3073
3073
  brl: "brl"
3074
3074
  }, Pt = async (t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.14-alpha.d7e18a6",
3
+ "version": "0.0.14",
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",