You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!submitForm && (!selectedStoredCardId || selectedStoredCardId =='@(Guid.Empty.ToString())')) {
114
107
if (paymentForm) {
115
108
paymentForm.requestCardNonce();
109
+
returnfalse;
116
110
}
117
-
returnfalse;
118
111
}
119
112
elseif (onePageCheckout) {
120
-
submitForm =true;
113
+
submitForm =false;
121
114
PaymentInfo.save();
122
115
}
123
116
});
124
117
125
118
$(document).on('accordion_section_opened', function (data) {
126
-
if (data && (data.currentSectionId=='opc-billing'||data.currentSectionId=='opc-shipping'||data.currentSectionId=='opc-shipping_method'||data.currentSectionId=='opc-payment_method')) {
127
-
stepBack =true;
119
+
if (data.currentSectionId!='opc-confirm_order'&&data.currentSectionId!='opc-payment_info') {
0 commit comments