File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ if (typeof SequraFE.regex === 'undefined'){
310310 'validation.invalidJSON'
311311 ) && isValid ;
312312
313- isPaymentMethodValid = allowedPaymentMethods . some ( pm => pm . product === location . product )
313+ let isPaymentMethodValid = allowedPaymentMethods . some ( pm => pm . product === location . product )
314314 && value . filter ( l => l . product === location . product ) . length === 1 ;
315315
316316 isValid = validateField (
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ if (typeof SequraFE.regex === 'undefined'){
310310 'validation.invalidJSON'
311311 ) && isValid ;
312312
313- isPaymentMethodValid = allowedPaymentMethods . some ( pm => pm . product === location . product )
313+ let isPaymentMethodValid = allowedPaymentMethods . some ( pm => pm . product === location . product )
314314 && value . filter ( l => l . product === location . product ) . length === 1 ;
315315
316316 isValid = validateField (
You can’t perform that action at this time.
0 commit comments