@ranty/ranty-sdk 0.0.34 → 1.0.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 +1 -1
- 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://
|
|
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 = {
|