@pelcro/react-pelcro-js 3.17.2-beta.1 → 3.18.0
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 -2
- package/dist/index.esm.js +1 -2
- 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",
|
|
@@ -30163,7 +30163,6 @@ const EmailVerifyModal = _ref => {
|
|
|
30163
30163
|
switchToAddressView,
|
|
30164
30164
|
switchToPaymentView
|
|
30165
30165
|
} = usePelcro();
|
|
30166
|
-
console.log("verify email");
|
|
30167
30166
|
const onSuccess = res => {
|
|
30168
30167
|
var _otherProps$onSuccess;
|
|
30169
30168
|
(_otherProps$onSuccess = otherProps.onSuccess) === null || _otherProps$onSuccess === void 0 ? void 0 : _otherProps$onSuccess.call(otherProps, res);
|
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",
|
|
@@ -30133,7 +30133,6 @@ const EmailVerifyModal = _ref => {
|
|
|
30133
30133
|
switchToAddressView,
|
|
30134
30134
|
switchToPaymentView
|
|
30135
30135
|
} = usePelcro();
|
|
30136
|
-
console.log("verify email");
|
|
30137
30136
|
const onSuccess = res => {
|
|
30138
30137
|
var _otherProps$onSuccess;
|
|
30139
30138
|
(_otherProps$onSuccess = otherProps.onSuccess) === null || _otherProps$onSuccess === void 0 ? void 0 : _otherProps$onSuccess.call(otherProps, res);
|