Magento 2 payment module for Comfino deferred payments gateway - installment payments, buy now pay later (BNPL) and corporate payments.
- Magento: 2.3.5 or higher
- PHP: 7.4 or higher
- PHP extensions: ctype, curl, json, zlib
- PHP 7.4 or higher
- Magento 2.3.5 or higher
- PHP extensions: ctype, curl, json, zlib
- Docker and Docker Compose (for local development)
# Start development environment.
docker-compose up -d
# Install dependencies.
./bin/composer install
# Run tests.
./bin/phpunit
# Run tests with coverage.
XDEBUG_MODE=coverage ./bin/phpunit --coverage-html coverage# Direct PHPUnit execution.
./bin/phpunit
# With specific test class.
./bin/phpunit --filter FooTest
# With coverage report.
XDEBUG_MODE=coverage ./bin/phpunit --coverage-html coverage- Fork the repository.
- Create your feature branch (
git checkout -b feature/amazing-feature). - Commit your changes (
git commit -m 'Add amazing feature'). - Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
This project is licensed under the Open Software License 3.0 - see the LICENSE file for details.
- Documentation (Polish): Comfino Magento plugin documentation
- Documentation (English): Comfino Magento plugin documentation
- Issues: GitHub Issues
- Website: https://comfino.pl