This extension has been developed by MultiSafepay following the development guidelines of PrestaShop.
git clone [email protected]:MultiSafepay/PrestaShop-internal.git
cp .env.example .env
- Make the required configuration changes in the .env file
docker compose up -d
make install
- phpcs:
make phpcs
- PHPUnit:
make phpunit
- phpcbf:
make phpcbf
- PHPStan:
make phpstan