-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Fixed Bug on payment transalation state #7915
Fixed Bug on payment transalation state #7915
Conversation
On a side note we may want to translate the Payment methods as well? Example being |
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.
This looks great, thanks @vishaldeepak! One small note is that in the PR description I'd call this a User Facing Change and not a technical change.
Normally we need two approvals before marking something as Test Ready but this is straightforward so I'm going to move in there with just one.
Codecov Report
@@ Coverage Diff @@
## master #7915 +/- ##
===========================================
- Coverage 93.27% 15.26% -78.02%
===========================================
Files 638 568 -70
Lines 18144 22845 +4701
===========================================
- Hits 16924 3487 -13437
- Misses 1220 19358 +18138
Continue to review full report at Codecov.
|
Hey @vishaldeepak , Before your PR: Awesome, thanks for your contribution! |
@vishaldeepak Can you double check that some payment methods are really not translated? In German at least some of them actually are translated... |
What? Why?
Fixes bug #7681. The scope being used was incorrect.
Closes #7681
What should we test?
Try opening invoice or an email.
Release notes
Fixed a bug where translation was not being made for payment states on a invoice
Changelog Category: User facing changes