bug fixes (#12)

This commit is contained in:
DmitryZagorulko 2017-05-22 21:13:18 +04:00 committed by Alex Lushpai
parent cf9cc2974b
commit 04a084f94f

View File

@ -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' => '',