@pelcro/react-pelcro-js 3.17.2-beta.1 → 3.18.0-beta.1
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
|
@@ -16731,7 +16731,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
16731
16731
|
vantivInstanceRef.current = new window.EprotectIframeClient({
|
|
16732
16732
|
paypageId: payPageId,
|
|
16733
16733
|
reportGroup: reportGroup,
|
|
16734
|
-
style: "
|
|
16734
|
+
style: "enhancedStyle5",
|
|
16735
16735
|
height: "245",
|
|
16736
16736
|
timeout: 50000,
|
|
16737
16737
|
div: "eProtectiframe",
|
package/dist/index.esm.js
CHANGED
|
@@ -16701,7 +16701,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
16701
16701
|
vantivInstanceRef.current = new window.EprotectIframeClient({
|
|
16702
16702
|
paypageId: payPageId,
|
|
16703
16703
|
reportGroup: reportGroup,
|
|
16704
|
-
style: "
|
|
16704
|
+
style: "enhancedStyle5",
|
|
16705
16705
|
height: "245",
|
|
16706
16706
|
timeout: 50000,
|
|
16707
16707
|
div: "eProtectiframe",
|