youngguns-nl / moneybird_php_api

A PHP Library for the MoneyBird API
http://www.moneybird.nl
MIT License
37 stars 14 forks source link

customer_id not saved #2

Closed tijs closed 14 years ago

tijs commented 15 years ago

it seems the customer_id is not saved by the saveContact method in the API. i did several checks and asked MoneyBird to check the logs but whenever i set a customer_id it never reaches moneybird and thus isn't saved.

I assume there's a minor error or typo somewhere in the library as al other fields seem to same fine.

pluijm commented 14 years ago

Hi Tijs, The customer_id is intentionally skipped. Sending it probably gave errors. This saturday I will work on the issue and resolve it.

Btw: I didn't recieve an e-mail notification on this issue?

tijs commented 14 years ago

it seems to work when you use $contact->customerId instead of $contact->customer_id saves fine that way.

not sure why you didn't receive a notification, from github you mean?

pluijm commented 14 years ago

removed skipping of customer_id