linkorb / buckaroo

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

Added customer name to the Body class #15

Closed jkwakman closed 8 years ago

jkwakman commented 8 years ago

The Buckaroo interface has a Customer Name option in the interface. Added this to the Body class so we can submit it in the SOAP call.

joostfaassen commented 8 years ago

Thanks @jkwakman!