@pelcro/react-pelcro-js 3.6.0-beta.10 → 3.6.0-beta.11
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
|
@@ -14988,7 +14988,7 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
14988
14988
|
vantivInstanceRef.current = new window.EprotectIframeClient({
|
|
14989
14989
|
paypageId: payPageId,
|
|
14990
14990
|
reportGroup: reportGroup,
|
|
14991
|
-
style: "
|
|
14991
|
+
style: "enhancedStyle3",
|
|
14992
14992
|
height: "245",
|
|
14993
14993
|
timeout: 50000,
|
|
14994
14994
|
div: "eProtectiframe",
|
package/dist/index.esm.js
CHANGED
|
@@ -14958,7 +14958,7 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
14958
14958
|
vantivInstanceRef.current = new window.EprotectIframeClient({
|
|
14959
14959
|
paypageId: payPageId,
|
|
14960
14960
|
reportGroup: reportGroup,
|
|
14961
|
-
style: "
|
|
14961
|
+
style: "enhancedStyle3",
|
|
14962
14962
|
height: "245",
|
|
14963
14963
|
timeout: 50000,
|
|
14964
14964
|
div: "eProtectiframe",
|