Skip to content

Commit

Permalink
Updates URL for View Insights button, ref #904
Browse files Browse the repository at this point in the history
  • Loading branch information
WORKSTATION\andre committed Nov 12, 2017
1 parent d52f81a commit e72e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function display_notice_and_disable_marketing_solution() {

jQuery('.view-paypal-insight-result').on('click', function (event) {
event.preventDefault();
var win = window.open('https://www.paypal.com/us/webapps/mpp/paypal-marketing-solutions', '_blank');
var win = window.open('https://business.paypal.com/merchantdata/reportHome', '_blank');
win.focus();
});
jQuery('.reset_paypal_marketing_solutions').on('click', function (event) {
Expand Down

0 comments on commit e72e463

Please sign in to comment.