@proximafortedev/payxy 1.0.9 → 1.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.
package/dist/payxy.esm.js CHANGED
@@ -33,8 +33,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
33
33
 
34
34
  var DEFAULT_ENVIRONMENT_URLS = {
35
35
  development: "http://localhost:5006",
36
- staging: "https://staging.pg-ip6u.onrender.com",
37
- production: "https://pg-ip6u.onrender.com",
36
+ staging: "https://checkout.payxy.ng",
37
+ production: "https://checkout.payxy.africa",
38
38
  };
39
39
  var Payxy = /** @class */ (function () {
40
40
  function Payxy(options) {
package/dist/payxy.umd.js CHANGED
@@ -39,8 +39,8 @@
39
39
 
40
40
  var DEFAULT_ENVIRONMENT_URLS = {
41
41
  development: "http://localhost:5006",
42
- staging: "https://staging.pg-ip6u.onrender.com",
43
- production: "https://pg-ip6u.onrender.com",
42
+ staging: "https://checkout.payxy.ng",
43
+ production: "https://checkout.payxy.africa",
44
44
  };
45
45
  var Payxy = /** @class */ (function () {
46
46
  function Payxy(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximafortedev/payxy",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Payxy payment gateway SDK",
5
5
  "main": "dist/payxy.umd.js",
6
6
  "module": "dist/payxy.esm.js",