@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 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.vantiv_pay_page_id) {
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.vantiv_pay_page_id) {
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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.2.0-beta.7",
4
+ "version": "3.2.0-beta.8",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",