@pelcro/react-pelcro-js 3.2.0-beta.7 → 3.2.0-beta.8
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
|
@@ -8775,7 +8775,7 @@ const debounce = (func, waitTime) => {
|
|
|
8775
8775
|
function getSiteCardProcessor() {
|
|
8776
8776
|
var _window$Pelcro$site$r;
|
|
8777
8777
|
|
|
8778
|
-
if ((_window$Pelcro$site$r = window.Pelcro.site.read()) !== null && _window$Pelcro$site$r !== void 0 && _window$Pelcro$site$r.
|
|
8778
|
+
if ((_window$Pelcro$site$r = window.Pelcro.site.read()) !== null && _window$Pelcro$site$r !== void 0 && _window$Pelcro$site$r.vantiv_gateway_settings) {
|
|
8779
8779
|
return "vantiv";
|
|
8780
8780
|
}
|
|
8781
8781
|
|
package/dist/index.esm.js
CHANGED
|
@@ -8745,7 +8745,7 @@ const debounce = (func, waitTime) => {
|
|
|
8745
8745
|
function getSiteCardProcessor() {
|
|
8746
8746
|
var _window$Pelcro$site$r;
|
|
8747
8747
|
|
|
8748
|
-
if ((_window$Pelcro$site$r = window.Pelcro.site.read()) !== null && _window$Pelcro$site$r !== void 0 && _window$Pelcro$site$r.
|
|
8748
|
+
if ((_window$Pelcro$site$r = window.Pelcro.site.read()) !== null && _window$Pelcro$site$r !== void 0 && _window$Pelcro$site$r.vantiv_gateway_settings) {
|
|
8749
8749
|
return "vantiv";
|
|
8750
8750
|
}
|
|
8751
8751
|
|