fix conflict
This commit is contained in:
commit
d9c8a37f64
@ -558,9 +558,7 @@ class PayPal extends PaymentModule
|
||||
');
|
||||
//$this->context->smarty->assign('accounts', (($orders_with_delivery_address==0)?array():$this->getBillingAgreement($cart->id_customer)));
|
||||
|
||||
// antadis pending account
|
||||
// $this->getBillingAgreement($cart->id_customer)
|
||||
$this->context->smarty->assign('accounts', array());
|
||||
$this->context->smarty->assign('accounts', $this->getBillingAgreement($cart->id_customer));
|
||||
$this->getTranslations();
|
||||
$this->context->smarty->assign(array(
|
||||
'custom' => Tools::jsonEncode(array('id_cart' => $cart->id, 'hash' => sha1(serialize($cart->nbProducts())))),
|
||||
|
Loading…
Reference in New Issue
Block a user