We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbcb11 commit bccbbc1Copy full SHA for bccbbc1
src/pages/payment/update.js
@@ -123,18 +123,7 @@ const CheckoutForm = ({
123
124
return (
125
<form onSubmit={handleSubmit}>
126
- <PaymentElement
127
- options={{
128
- fields: {
129
- billingDetails: {
130
- address: {
131
- country: 'never',
132
- postalCode: 'never'
133
- }
134
135
136
- }}
137
- />
+ <PaymentElement />
138
<Button
139
loading={!stripe || paymentState === PAYMENT_STATE.processing}
140
css={theme({ mt: 3, width: '100%' })}
0 commit comments