dev-master
9999999-devPHPCommerce Null Payment
Apache-2.0
The Development Requires
- phpunit/phpunit ~4
- phpcommerce/payment dev-master
by Julian Haupt
Wallogit.com
2017 © Pedro Peláez
PHPCommerce Null Payment
This bundle registers a "Null Payment Gateway" configuration in PHPCommerce's PaymentGatewayConfigurationServiceProvider., (*1)
The null payment gateway can be used for testing purposes. It will just accept any Payment and mark is as valid without, (*2)
doing anything else., (*3)
Just include it in your AppKernel for your dev/test environment:, (*4)
public function registerBundles() {
// ...
$bundles[] = new PHPCommerce\NullPaymentBundle\PHPCommerceNullPaymentBundle();
}
PHPCommerce Null Payment
Apache-2.0