-
Notifications
You must be signed in to change notification settings - Fork 212
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
fix(payments): on sub confirm show invoice date #15473
Conversation
00d3b4c
to
d95e405
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.
Changes look good to me. One nit.
However, before approving, could we get an explicit confirmation from @stefopsal @chelsea-lewis @marniepw that omitting the details is fine and poses no potential issues (legally, etc.)?
packages/fxa-payments-server/src/components/PaymentConfirmation/index.stories.tsx
Outdated
Show resolved
Hide resolved
@sardesam I'm good with this change from my side. |
@StaberindeZA @sardesam I'm good with this as well, seems an appropriate move. Thanks for picking this up and adding to the improvements here! |
Looks good to me. Thank you!
On Fri, Jun 23, 2023 at 5:08 PM Chelsea Lewis ***@***.***> wrote:
@StaberindeZA <https://github.com/StaberindeZA> @sardesam
<https://github.com/sardesam> I'm good with this as well, seems an
appropriate move. Thanks for picking this up and adding to the improvements
here!
—
Reply to this email directly, view it on GitHub
<#15473 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5UFTJIYFH7D6N26B4GWDIDXMYAT7ANCNFSM6AAAAAAZR4YN64>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
…________________________________
Stefan Opsal
Product Manager, Subscription Platform | Moz://a
|
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.
Perfect! Thanks for confirming y'all! 🚀
Because: * The subscription confirmation page shows the current date instead of the latest invoice date. This commit: * Shows the latest invoice date * Does not show the Order details section if invoice number and date could not be found Closes FXA-5805
d95e405
to
e7e2cd9
Compare
Because
This pull request
Issue that this pull request solves
Closes: #FXA-5805
Checklist
Put an
x
in the boxes that applyAdditional information
Note that with this change, if Invoice Number or Invoice Date could not be retrieved, the "Order details" section is hidden. Happy to discuss this some more if there's an alternate more preferred approach.