[ECP-9564]Use payment method titles from /paymentMethods response for translations#2923
Merged
khushboo-singhvi merged 8 commits intodevelop-10from Apr 4, 2025
Merged
[ECP-9564]Use payment method titles from /paymentMethods response for translations#2923khushboo-singhvi merged 8 commits intodevelop-10from
khushboo-singhvi merged 8 commits intodevelop-10from
Conversation
candemiralp
reviewed
Mar 27, 2025
view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
Outdated
Show resolved
Hide resolved
view/frontend/web/js/view/payment/method-renderer/adyen-pm-method.js
Outdated
Show resolved
Hide resolved
candemiralp
previously approved these changes
Apr 4, 2025
amihajlovski
reviewed
Apr 4, 2025
view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
Outdated
Show resolved
Hide resolved
amihajlovski
approved these changes
Apr 4, 2025
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Previously, payment method titles were hardcoded in config.xml, which prevented proper localization of the payment method names in the checkout, even when shopperLocale was passed to the
/paymentMethodsAPI call.To support localized payment method names, the frontend should now use the name field provided in the /paymentMethods response. These titles are dynamically localized based on the shopperLocale passed in the API call.
If the shopperLocale is set to "fi_FI", the names returned will be localized accordingly (if supported by Adyen).
Tested scenarios
Fixes
#2858