Skip to content

Commit

Permalink
Merge pull request #58 from YotpoLtd/COR-change-yotpo-button-text
Browse files Browse the repository at this point in the history
COR refacotr(Reviews.php):changed yotpo button url
  • Loading branch information
EranAvidor authored Feb 13, 2022
2 parents 1dcf0d7 + 7ac675d commit 5ae2f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Report/Reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public function getLounchYotpoButtonHtml(string $utm = 'MagentoAdmin_Dashboard')
} else {
$button->setLabel(__('Launch Yotpo'));
$button->setOnClick(
"window.open('https://yap.yotpo.com/#/preferredAppKey={$appKey}','_blank');"
"window.open('https://reviews.yotpo.com','_blank');"
);
}

Expand Down

0 comments on commit 5ae2f24

Please sign in to comment.