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