removed Subscription
This commit is contained in:
@@ -38,9 +38,9 @@ const CheckoutForm = ({ priceId, customerId ,option_name }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
<CardElement />
|
{/*<CardElement />*/}
|
||||||
<button type="submit" disabled={!stripe}>
|
<button type="submit" disabled={!stripe} className="btn btn-primary text-uppercase">
|
||||||
Subscribe
|
Start Subscription
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user