2017 © Pedro Peláez
 

library payum-sofortueberweisung

The Payum extension. It provides Sofort (Sofortüberweisung) payment integration.

image

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

The README.md

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());
    }
}

Configure sofort gateway

payum:
    gateways:
        sofort_xyz:
            sofort:
                config_key: 'xxx:yyy:zzzzzzzz'
                abort_url:  'https://www.nicewebshop.ch/get_me_back_there'

The Versions

27/11 2015

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