Skip to content

Commit

Permalink
Fixed last warning remaining in Sagepay Direct
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Mar 6, 2024
1 parent c32f2e6 commit c2ad848
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ public function callback(): void {
$this->load->model('checkout/order');

if (isset($this->session->data['order_id']) && $this->config->get('sagepay_direct_status')) {
$url = '';

if ($this->config->get('sagepay_direct_test') == 'live') {
//$url = 'https://live.sagepay.com/gateway/service/direct3dcallback.vsp';
$url = 'https://live.opayo.eu.elavon.com/gateway/service/direct3dcallback.vsp';
Expand Down

0 comments on commit c2ad848

Please sign in to comment.