@getopenpay/openpay-js-react 0.0.10-alpha.4002911 → 0.0.10

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
@@ -3049,7 +3049,7 @@ const Bn = (r) => {
3049
3049
  elementId: t
3050
3050
  };
3051
3051
  r.postMessage(JSON.stringify(a), s);
3052
- }, qn = "https://cde.openpaystaging.com", Hn = {
3052
+ }, qn = "https://cde.getopenpay.com", Hn = {
3053
3053
  usd: "usd",
3054
3054
  brl: "brl"
3055
3055
  }, Gt = (r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.10-alpha.4002911",
3
+ "version": "0.0.10",
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",