mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +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(
|
||||
'id_option' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user