craigchristenson / PrestaShop-2Checkout

PrestaShop 2Checkout Payment Module
9 stars 18 forks source link

Fatal error #10

Open Makatser opened 2 years ago

Makatser commented 2 years ago

Hello!

I'm trying install the module but Prestashop return error:

" [PrestaShop] Fatal error in module file :/home/gymvisua/public_html/modules/twocheckout/twocheckout.php: syntax error, unexpected '?'

twocheckout (parse error in /modules/twocheckout/twocheckout.php)
twocheckout (class missing in /modules/twocheckout/twocheckout.php)

"

And the module isn't shown in the modules list. (Prestashop 1.6.1.7, PHP 5.6)

Makatser commented 2 years ago

The problem with code of twocheckout.php: $order = $params['order'] ?? null; $cart = $params['cart'] ?? null; $this->smarty->assign( [ 'order' => $order, 'cart' => $cart ] ); Please help