Skip to content

Commit

Permalink
Merge pull request #2810 from Adyen/ECP-9476
Browse files Browse the repository at this point in the history
[ECP-9476] Display the correct Pay by Link description for payment links created from Magento admin
  • Loading branch information
khushboo-singhvi authored Dec 10, 2024
2 parents e8bb4ec + c64578f commit 8ada409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gateway/Request/DescriptionDataBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function build(array $buildSubject)
'Order %1 from %2',
$order->getIncrementId(),
$order->getStore()->getGroup()->getName()
);
)->render();

return $request;
}
Expand Down

0 comments on commit 8ada409

Please sign in to comment.