[-] CORE: Add details payment from payment_cc in the order view
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9618 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -513,7 +513,8 @@ class AdminOrdersControllerCore extends AdminController
|
||||
'currentIndex' => self::$currentIndex,
|
||||
'carrierModuleCall' => $carrier_module_call,
|
||||
'iso_code_lang' => $this->context->language->iso_code,
|
||||
'id_lang' => $this->context->language->id
|
||||
'id_lang' => $this->context->language->id,
|
||||
'paymentCCDetails' => PaymentCC::getByOrderId($order->id)
|
||||
));
|
||||
|
||||
// Assign Hook
|
||||
|
||||
Reference in New Issue
Block a user