FairlineDefense / fairline-defense

0 stars 0 forks source link

Payment element (Credit card form) needs to be cleaned up #107

Closed jex441 closed 11 months ago

jex441 commented 1 year ago

The PaymentElement rendered by Stripe should be tidied up. There are two tabs for payment gateways: Card and Cash App. We do not need the Cash App payment gateway, Google Pay or Apple Pay would be preferred. Also the Save your information to pay with one click can just be removed.

Customizing this form should be configured in the options variable in Checkout.js on line 39. The form is rendered in the PaymentInfo.js component and references the options variable for its appearance.

Docs: https://stripe.com/docs/payments/customize-payment-element

Image

Image