@getopenpay/openpay-js-react 0.0.13-alpha.fd11f67 → 0.0.13

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
@@ -3064,7 +3064,7 @@ const Kn = (r) => {
3064
3064
  elementId: t
3065
3065
  };
3066
3066
  r.postMessage(JSON.stringify(a), s);
3067
- }, Jn = "https://cde.openpaystaging.com", Gn = {
3067
+ }, Jn = "https://cde.getopenpay.com", Gn = {
3068
3068
  usd: "usd",
3069
3069
  brl: "brl"
3070
3070
  }, bt = async (r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.13-alpha.fd11f67",
3
+ "version": "0.0.13",
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",