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
- Host: GitHub
- URL: https://github.com/invit/payum-sofortueberweisung
- Owner: invit
- License: mit
- Created: 2015-11-13T07:13:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T07:17:26.000Z (over 9 years ago)
- Last Synced: 2025-04-01T15:13:50.972Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```