CurrencyCloud / currencycloud-php

MIT License
15 stars 38 forks source link

Removes all references to partner_status for conversions endpoints #109

Closed jonathancouchman closed 3 years ago

jonathancouchman commented 3 years ago

The partner_status parameter has been removed from the query params and responses of the conversions endpoints, so the SDK has been updated to reflect this change

LanceJenkinZA commented 3 years ago

Hey guys,

Removing partner_status has introduced a breaking change;

I've just had a conversion fail because of

ErrorException: Undefined property: stdClass::$partner_status

Is there a notification list I should be part of that will give me a heads-up of future breaking changes?

Thanks, Lance