Skip to content

Commit

Permalink
Improved checkout issue when logged as guest.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorkosmina committed Mar 7, 2018
1 parent 1722576 commit 0591714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion catalog/controller/extension/payment/wirecard_eps.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public function index() {

$data['error_init'] = $this->language->get('error_init');

$data['wcp_ratepay'] = $this->loadRatePay($prefix);
// Set Action URI
$data['action'] = $this->url->link('extension/payment/'.$prefix.'/init', '', 'SSL');

Expand Down
2 changes: 0 additions & 2 deletions catalog/controller/extension/payment/wirecard_idl.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ public function index() {

$data['error_init'] = $this->language->get('error_init');

$data['wcp_ratepay'] = $this->loadRatePay($prefix);

// Set Action URI
$data['action'] = $this->url->link('extension/payment/'.$prefix.'/init', '', 'SSL');

Expand Down

0 comments on commit 0591714

Please sign in to comment.