2017 © Pedro Peláez
 

library payment-null

PHPCommerce Null Payment

image

phpcommerce/payment-null

PHPCommerce Null Payment

  • Monday, June 15, 2015
  • by hauptmedia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 344 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

payment-null

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)

Usage

Just include it in your AppKernel for your dev/test environment:, (*4)

    public function registerBundles() {
        // ...
            $bundles[] = new PHPCommerce\NullPaymentBundle\PHPCommerceNullPaymentBundle();
    }

The Versions

15/06 2015

dev-master

9999999-dev

PHPCommerce Null Payment

  Sources   Download

Apache-2.0

The Development Requires

by Julian Haupt