You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The methods addAProduct and updateAProduct now return all Product fields in the response, including custom fields.
From deals, getAllDeals and getDetailsOfADeal will return the raw response as it comes from the API itself, so custom fields are also included.
Notice that this is a breaking change, as certain 0/1 integer values coming from the API (eg.: has_pic) were cast to boolean before, but they won't be cast anymore.
The getDealsTimeline method was fixed, now it returns an array of results as expected.