Skip to content

Commit

Permalink
ASD-751 - remove V2 from version string
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeckr committed Jul 22, 2021
1 parent f9ced88 commit 99024c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Adapter/AmazonPayAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function __construct(
protected function getMerchantCustomInformation()
{
return sprintf(
'Magento Version: %s, Plugin Version: %s (v2)',
'Magento Version: %s, Plugin Version: %s',
$this->productMetadata->getVersion(),
$this->amazonHelper->getModuleVersion('Amazon_Pay')
);
Expand Down

0 comments on commit 99024c2

Please sign in to comment.