Skip to content

Commit c5ec577

Browse files
committed
Set 'isPaymentProcessing' only for Helcim
1 parent 39c530c commit c5ec577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/Pages/Checkout.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ submitHandler model authStatus maybeSessionToken checkoutDetails provider =
10831083
)
10841084

10851085
else
1086-
( { model | isPaymentProcessing = True }
1086+
( { model | isPaymentProcessing = provider == Helcim }
10871087
, Nothing
10881088
, case provider of
10891089
Helcim ->

0 commit comments

Comments
 (0)