Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

khushboo-singhvi
Copy link
Contributor

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

$order->getStore()->getGroup()->getName()
);

$request['body']['description'] = 'Order ' . $order->getIncrementId() . ' from ' . $order->getStore()->getGroup()->getName();
Copy link
Member

@candemiralp candemiralp Nov 25, 2024

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?

@candemiralp candemiralp self-requested a review November 25, 2024 09:11
Copy link

sonarcloud bot commented Nov 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants