Skip to content

Commit

Permalink
revert address change -- doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Dec 10, 2024
1 parent 1ad67e0 commit f8b1d0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/packages/frontend/purchases/address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ function StripeAddressElement({ style, onFinished }: { style?; onFinished? }) {
theme: "stripe",
},
loader: "never",
fields: {
phone: "always",
},
validation: {
phone: {
required: "never",
},
},
}}
stripe={loadStripe()}
>
Expand Down

0 comments on commit f8b1d0a

Please sign in to comment.