-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom amount in payment form #17
Conversation
bb048dc
to
35a6171
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add in the PR description that this is implemented for TL only? :)
<form style={{ maxWidth: "500px" }} action={selectAmountAction}> | ||
<div className="govie-input__wrapper"> | ||
<div aria-hidden="true" className="govie-input__prefix"> | ||
{tCommon("currencySymbol")} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we always have the same currency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess currency will always be initially just Euros since is the legal currency in Ireland, but thanks for raising it. We should probably talk with Tamara about that soon :)
apps/payments/app/[locale]/(embedded)/paymentRequest/pay/page.tsx
Outdated
Show resolved
Hide resolved
c07f2f9
to
d224ae0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
First basic implementation for 14576
Screen.Recording.2024-03-19.at.17.24.51.mov