diff --git a/ps_cashondelivery.php b/ps_cashondelivery.php index 112252d991..fd494e01d6 100755 --- a/ps_cashondelivery.php +++ b/ps_cashondelivery.php @@ -125,12 +125,12 @@ public function hookPaymentReturn($params) ), 'status' => 'ok', 'reference' => $params['order']->reference, - 'contact_url' => $this->context->link->getPageLink('contact', true) + 'contact_url' => $this->context->link->getPageLink('contact', true), )); } else { $this->smarty->assign(array( 'status' => 'failed', - 'contact_url' => $this->context->link->getPageLink('contact', true) + 'contact_url' => $this->context->link->getPageLink('contact', true), )); } return $this->fetch('module:ps_cashondelivery/views/templates/hook/payment_return.tpl');