mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
bug fixes (#12)
This commit is contained in:
parent
cf9cc2974b
commit
04a084f94f
@ -129,7 +129,8 @@ public function getPaymentAndDeliveryForDefault()
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (!empty($this->getSystemPaymentModules())) {
|
$paymentModules = $this->getSystemPaymentModules();
|
||||||
|
if (!empty($paymentModules)) {
|
||||||
|
|
||||||
$paymentTypes[] = array(
|
$paymentTypes[] = array(
|
||||||
'id_option' => '',
|
'id_option' => '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user