@getopenpay/openpay-js-react 0.0.12-alpha.417b378 → 0.0.12

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
@@ -3055,7 +3055,7 @@ const Wn = (r) => {
3055
3055
  elementId: t
3056
3056
  };
3057
3057
  r.postMessage(JSON.stringify(a), s);
3058
- }, Hn = "https://cde.openpaystaging.com", Kn = {
3058
+ }, Hn = "https://cde.getopenpay.com", Kn = {
3059
3059
  usd: "usd",
3060
3060
  brl: "brl"
3061
3061
  }, gt = async (r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.12-alpha.417b378",
3
+ "version": "0.0.12",
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",