fix(bot): pay button not submitting
This commit is contained in:
@ -175,6 +175,7 @@ const CheckoutForm = ({
|
||||
/>
|
||||
{isPayButtonVisible && (
|
||||
<SendButton
|
||||
type="submit"
|
||||
label={`${options.labels.button} ${amountLabel}`}
|
||||
isDisabled={isLoading || !stripe || !elements}
|
||||
isLoading={isLoading}
|
||||
|
Reference in New Issue
Block a user