Skip to content

Commit

Permalink
Stop Google Analytics from listing payment provider as referrer
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Dec 10, 2014
1 parent faeb536 commit 3cede5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/controller/payment/mollie_ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function payment ()

$amount = round($amount, 2);
$description = str_replace('%', $order['order_id'], html_entity_decode($this->config->get('mollie_ideal_description'), ENT_QUOTES, 'UTF-8'));
$return_url = $this->url->link('payment/mollie_ideal/callback', '', 'SSL');
$return_url = $this->url->link('payment/mollie_ideal/callback', 'utm_nooverride=1', 'SSL');
$method = !empty($this->request->post["mollie_method"]) ? $this->request->post["mollie_method"] : NULL;
$issuer = !empty($this->session->data["mollie_issuer"]) ? $this->session->data["mollie_issuer"] : NULL;

Expand Down

0 comments on commit 3cede5c

Please sign in to comment.