-
Notifications
You must be signed in to change notification settings - Fork 211
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
[ECP-9476]Updating Paybylink description for Magento Orders #2810
base: main
Are you sure you want to change the base?
Conversation
$order->getStore()->getGroup()->getName() | ||
); | ||
|
||
$request['body']['description'] = 'Order ' . $order->getIncrementId() . ' from ' . $order->getStore()->getGroup()->getName(); |
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.
We will lose the localisation capabilities after removing the phrase and merchants will not be able to add translation. Do we know why this is an issue now especially after migrating to model based library?
Quality Gate passedIssues Measures |
Description
This PR solves an issue where the description in the pay by link created from Magento admin order is diplaying {} instead of the usual value that used to have
Order XXXXXX00 from Main Website Store
on the payment screen for the customer facing.Tested scenarios
Fixes