omise / omise-android

Omise Android SDK
https://docs.opn.ooo
Other
50 stars 32 forks source link

Ignore `stability` field when parsing `item` to json in Atome #299

Closed AnasNaouchi closed 10 months ago

AnasNaouchi commented 10 months ago

Description

Atome source api call was failing due to an extra parameter named stability being sent in the body request coming from the Parcelable class.

To remove that parameter and make the api call successful we added an ignore annotation to remove the stability parameter

NOTE:

Related links:

Similar issue: https://stackoverflow.com/questions/77639841/a-field-stability-is-added-in-my-parcelable-classes

Rollback procedure

Re-run the release job for the previous version from github actions and complete the process in nexus repo manager