-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: Select payment methods as default in the payment settings #1159
Conversation
e6bfb85
to
8d87620
Compare
eed5c3c
to
ea6782c
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.
- Strange behavior when loading. Please check this process.
- Different panel heights for single line texts at the Preferred payment panel.
- Could we use the same spaces as in the checkout payment panels?
201c329
to
b696067
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.
Nice! And good cooperation!
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.
It works very well 👍 Yesterday we decided together to make small changes:
- Show another success message, when selecting "No preferred payment method". Something like: "You have no longer a preferred payment method selected."
- Replace trash icons with "Delete" link for a consistent UI between Checkout and My Account
7ce2cba
to
4cfd0f6
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.
Perfect, thank you!
src/assets/i18n/fr_FR.json
Outdated
"account.payment.sepa_accepted_on": "Accepté le", | ||
"account.payment.sepa_mandate_Reference": "Référence du mandat", | ||
"account.payment.standard_methods": "Méthodes de paiement standard", |
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.
Please have Nicolas review the whole FR part. I have the feeling that this must be "Méthodes de paiement standards" but he will be sure about the correct grammar. ;-)
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.
"modes de paiement" is the correct wording
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.
Please ask Nicolas for review of fr_FR.json
4cfd0f6
to
12967fd
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.
line 290 of fr_FR.json should be "Modes de paiement standard"
05ea213
to
a1e41ad
Compare
a1e41ad
to
2590421
Compare
Co-authored-by: max.kless@googlemail.com <max.kless@googlemail.com>
PR Type
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the Current Behavior?
Only payment instruments like credit cards can be set as preferred payment methods in the myAccount payment settings.
Issue Number: Closes #
What Is the New Behavior?
Also payment methods that don't require parameters like invoice can be set as default payment method.
Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Other Information
AB#76608