mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-17 15:30:54 +00:00
bug fixes (#12)
This commit is contained in:
parent
cf9cc2974b
commit
04a084f94f
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ public function getPaymentAndDeliveryForDefault()
|
|||
)
|
||||
);
|
||||
}
|
||||
if (!empty($this->getSystemPaymentModules())) {
|
||||
$paymentModules = $this->getSystemPaymentModules();
|
||||
if (!empty($paymentModules)) {
|
||||
|
||||
$paymentTypes[] = array(
|
||||
'id_option' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue