Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

codec decoding issues in finances module #243

Closed
konradgorski opened this issue Nov 12, 2020 · 2 comments · Fixed by #244
Closed

codec decoding issues in finances module #243

konradgorski opened this issue Nov 12, 2020 · 2 comments · Fixed by #244
Labels

Comments

@konradgorski
Copy link

Receiving a parse error when querying a record by amazon order id through the Finances.listFinancialEvents.

ParsingError: Problem with the value of property "ListFinancialEventsResponse": Problem with the value of property "ListFinancialEventsResult": Problem with the value of property "FinancialEvents": Problem with the value of property "ShipmentEventList": One of the following problems occured: (0) Problem with the value at index 0: Problem with the value of property "ShipmentItemList": One of the following problems occured: (0) Problem with the value at index 0: Problem with the value of property "ItemChargeList": One of the following problems occured: (0) Problem with the value at index 2: Problem with the value of property "ChargeType": One of the following problems occured: (0) Expected an enum member, but received a string with value "GiftWrap", (1) Expected an undefined, but received a string with value "GiftWrap", (1) Expected an undefined, but received an object with value {{ redacted }}

@moltar
Copy link
Contributor

moltar commented Nov 12, 2020

@konradgorski thank you for the report. It seems to be that the docs are potentially wrong. I have fixed this by changing the case s/Giftwrap/GiftWrap/.

github-actions bot pushed a commit that referenced this issue Nov 12, 2020
## [1.9.13](v1.9.12...v1.9.13) (2020-11-12)

### Bug Fixes

* case sensitivity on ChargeType enum ([223050d](223050d)), closes [#243](#243)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.9.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants