@fractalpay/fractalpay-next-test 0.0.43 → 0.1.0

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/index.js CHANGED
@@ -39,7 +39,7 @@ var require_package = __commonJS({
39
39
  "package.json"(exports, module) {
40
40
  module.exports = {
41
41
  name: "@fractalpay/fractalpay-next-test",
42
- version: "0.0.43",
42
+ version: "0.1.0",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -287,7 +287,7 @@ if (name === "@fractalpay/fractalpay-next-dev") {
287
287
  applePayMerchantId = "fractal";
288
288
  googlePayMerchantId = "BCR2DN4T6OC2TCQH";
289
289
  googlePayEnvironment = "PRODUCTION";
290
- googlePayGatewayMerchantId = "fractal";
290
+ googlePayGatewayMerchantId = "skysystemz";
291
291
  } else if (name === "@fractalpay/fractalpay-next") {
292
292
  masterBaseUrl = "https://api.fractalpay.com/";
293
293
  baseUrl = "https://widget.fractalpay.com/";
@@ -297,7 +297,7 @@ if (name === "@fractalpay/fractalpay-next-dev") {
297
297
  applePayMerchantId = "fractal";
298
298
  googlePayMerchantId = "BCR2DN4T6OC2TCQH";
299
299
  googlePayEnvironment = "PRODUCTION";
300
- googlePayGatewayMerchantId = "fractal";
300
+ googlePayGatewayMerchantId = "skysystemz";
301
301
  } else {
302
302
  baseUrl = "http://localhost:8082/";
303
303
  masterBaseUrl = "http://localhost:8081/";