I’m using official PHP API client and it’s getAllDeals() method. It works as expected, but I don’t get any of my deal custom fields.
When I test it on official API reference docs, I get custom fields, e.g.:
"f00a99b096ee8dca2656856814bcdf543540a0f1": "Value of my custom field",
However, those fields are simply not there when using PHP client, I’m getting only basic deal fields…
Does anyone have a clue what is wrong here?
Regards,
Petar