An open API service indexing awesome lists of open source software.

https://github.com/invit/payum-sofortueberweisung

THIS REPOSITORY IS OUTDATED AND WAS MERGED INTO https://github.com/Payum/Payum
https://github.com/invit/payum-sofortueberweisung

Last synced: about 1 month ago
JSON representation

THIS REPOSITORY IS OUTDATED AND WAS MERGED INTO https://github.com/Payum/Payum

Awesome Lists containing this project

README

        

# payum-sofortueberweisung
Payum extension to provide a Sofort (Sofortüberweisung) gateway

## Symfony2 Bridge
### Register factory inside your bundle

```php
getExtension('payum');
$extension->addGatewayFactory(new SymfonySofortueberweisungGatewayFactory());
}
}

```
### Configure sofort gateway

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