We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 753af54 + 1c2145c commit c05be9cCopy full SHA for c05be9c
client/src/Pages/Checkout.elm
@@ -1929,7 +1929,7 @@ view model authStatus locations checkoutDetails =
1929
[ rawHtml checkoutDetails.disabledMessage ]
1930
1931
else
1932
- form []
+ form [ onSubmit (Submit Stripe) ]
1933
[ processingOverlay
1934
, paymentConfirmationOverlay
1935
, genericErrorText hasErrors
@@ -2030,7 +2030,7 @@ view model authStatus locations checkoutDetails =
2030
Button.Disabled
2031
2032
2033
- Button.TriggerMsg (Submit Stripe)
+ Button.FormSubmit
2034
}
2035
]
2036
0 commit comments