linkorb / buckaroo

API client for Buckaroo BPE 3.0 for PHP. PSR-0 compliant.
MIT License
11 stars 16 forks source link

Implement Buckaroo response #11

Closed codecat closed 9 years ago

codecat commented 9 years ago

This should've been a priority, because of right now all this library does is prepare a payment request, but there's no way to confirm that the payment went through and that the payment actually originates from Buckaroo. This fork seems to have that functionality, so doing a pull request. @jvandesande, any extra input on this?

codecat commented 9 years ago

I just tested it, and I can confirm that it works.

codecat commented 9 years ago

If you merge this, please merge https://github.com/linkorb/buckaroo/pull/12 instead.