Skip to content

Commit

Permalink
Merge pull request #17044 from mozilla/polish-next-readd-readonly
Browse files Browse the repository at this point in the history
fix(next): readd readOnly to payment element
  • Loading branch information
StaberindeZA authored May 30, 2024
2 parents b0d5e0e + 5bf3e09 commit 6a239af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export function CheckoutForm({ readOnly, cart, locale }: CheckoutFormProps) {
radios: false,
spacedAccordionItems: true,
},
readOnly,
}}
/>
{!isPaymentElementLoading && (
Expand Down

0 comments on commit 6a239af

Please sign in to comment.