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