@pelcro/react-pelcro-js 3.26.0-beta.26 → 3.26.0-beta.27
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -11908,7 +11908,7 @@ const loadPaymentSDKs = () => {
|
|
|
11908
11908
|
if (!window.jQuery) {
|
|
11909
11909
|
window.Pelcro.helpers.loadSDK("https://code.jquery.com/jquery-3.6.0.slim.min.js", "vantiv-jquery-sdk");
|
|
11910
11910
|
}
|
|
11911
|
-
window.Pelcro.helpers.loadSDK("https://ajax.googleapis.com/ajax/libs/jquery/
|
|
11911
|
+
window.Pelcro.helpers.loadSDK("https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js", "vantiv-jquery-sdk");
|
|
11912
11912
|
const eProtectApi3PreLiveURL = "https://request.eprotect.vantivprelive.com/eProtect/eProtect-api3.js";
|
|
11913
11913
|
const eProtectApi3ProductionURL = "https://request.eprotect.vantivcnp.com/eProtect/eProtect-api3.js";
|
|
11914
11914
|
const eProtectApi3scriptUrlToUse = window.Pelcro.site.read().vantiv_gateway_settings.environment === "production" ? eProtectApi3ProductionURL : eProtectApi3PreLiveURL;
|
package/dist/index.esm.js
CHANGED
|
@@ -11878,7 +11878,7 @@ const loadPaymentSDKs = () => {
|
|
|
11878
11878
|
if (!window.jQuery) {
|
|
11879
11879
|
window.Pelcro.helpers.loadSDK("https://code.jquery.com/jquery-3.6.0.slim.min.js", "vantiv-jquery-sdk");
|
|
11880
11880
|
}
|
|
11881
|
-
window.Pelcro.helpers.loadSDK("https://ajax.googleapis.com/ajax/libs/jquery/
|
|
11881
|
+
window.Pelcro.helpers.loadSDK("https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js", "vantiv-jquery-sdk");
|
|
11882
11882
|
const eProtectApi3PreLiveURL = "https://request.eprotect.vantivprelive.com/eProtect/eProtect-api3.js";
|
|
11883
11883
|
const eProtectApi3ProductionURL = "https://request.eprotect.vantivcnp.com/eProtect/eProtect-api3.js";
|
|
11884
11884
|
const eProtectApi3scriptUrlToUse = window.Pelcro.site.read().vantiv_gateway_settings.environment === "production" ? eProtectApi3ProductionURL : eProtectApi3PreLiveURL;
|