@ranty/ranty-sdk 0.0.34 → 0.0.35

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
@@ -18070,7 +18070,7 @@ let fe = class r extends Z {
18070
18070
  }));
18071
18071
  }
18072
18072
  _getMasterSDKUrl() {
18073
- return `https://sandbox.src.mastercard.com/srci/integration/2/lib.js?srcDpaId=${this.dpaId}&locale=${this.locale}`;
18073
+ return `https://src.mastercard.com/srci/integration/2/lib.js?srcDpaId=${this.dpaId}&locale=${this.locale}`;
18074
18074
  }
18075
18075
  _getInitPayload() {
18076
18076
  const e = parseInt(this.contextData.orderInfo.totalAmount), t = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranty/ranty-sdk",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "Ranty sdk",
5
5
  "main": "dist/index.js",
6
6
  "exports": {