-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payments #36
Comments
Some days ago I finished with basic implementation of PayumModule. The module provide integration of payum into zend framework. The module supports up to +35 payments out of the box (Some of the come from nice omnipay payment lib. Thanks @adrianmacneil for his great work). it brings lots of payment related features to zend world. To mention one: a secured capture controller built-in. |
I'm actually working on integrating Payum (and thus Omnipay) with our instance of Speck at the moment, so I can't tell you how timely this is @makasim :-D |
@mtudor I would really appreciate your feedback on how things going. |
@makasim Sure - I'll keep you up to date :) |
Not sure how far in you've got with payment gateway integration, but I'm working on a library you might find useful. Already support a couple dozen payment gateways, thoroughly tested, composer, blah blah blah.
https://github.com/adrianmacneil/omnipay
Happy to accept changes to the library if it will make it easier to integrate with more carts (already a few using it).
The text was updated successfully, but these errors were encountered: