library payum-sofortueberweisung
The Payum extension. It provides Sofort (Sofortüberweisung) payment integration.
invit/payum-sofortueberweisung
The Payum extension. It provides Sofort (Sofortüberweisung) payment integration.
- Friday, November 27, 2015
- by toooni
- Repository
- 3 Watchers
- 1 Stars
- 137 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
payum-sofortueberweisung
Payum extension to provide a Sofort (Sofortüberweisung) gateway, (*1)
Symfony2 Bridge
Register factory inside your bundle
<?php
namespace Acme\Bundle\DemoBundle;
use Invit\PayumSofortueberweisung\Bridge\SymfonySofortueberweisungGatewayFactory;
class AcmeDemoBundle extends Bundle
{
public function build(ContainerBuilder $container)
{
parent::build($container);
$extension = $container->getExtension('payum');
$extension->addGatewayFactory(new SymfonySofortueberweisungGatewayFactory());
}
}
payum:
gateways:
sofort_xyz:
sofort:
config_key: 'xxx:yyy:zzzzzzzz'
abort_url: 'https://www.nicewebshop.ch/get_me_back_there'
dev-master
9999999-dev
https://github.com/invit
The Payum extension. It provides Sofort (Sofortüberweisung) payment integration.
Sources
Download
MIT
The Requires
The Development Requires
by
Toni Rudolf
payment
sofort
sofortueberweisung