- Created a new template for the cart rule form with custom label, switch, and choice widgets. - Implemented the InPost Pay block in the order details template for displaying delivery method, APM, and VAT invoice request. - Added legacy support for the order details template to maintain compatibility with older PrestaShop versions.
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'izi\\prestashop\\' => array($baseDir . '/src'),
|
|
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
|
|
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
|
|
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
|
|
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
|
|
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
|
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
|
|
'Nyholm\\Psr7\\' => array($vendorDir . '/nyholm/psr7/src'),
|
|
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
|
|
'Http\\Message\\' => array($vendorDir . '/php-http/message-factory/src'),
|
|
);
|