This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Problem with AdjustmentType #447
Labels
Comments
Привет Алекс! Вы могли бы создать PR с решением? Ну или хотя бы скиньте анонимизированный ответ целиком. |
Привет! Я нашел еще больше отсутствующих типов. Добавлю PR с решением |
PR: #448 |
🎉 This issue has been resolved in version 2.0.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks for the PR! 🎉 |
AlexanderGaivorontsev
added a commit
to AlexanderGaivorontsev/amazon-mws-api-sdk
that referenced
this issue
Oct 28, 2021
…tmentTypeEnum` (ScaleLeap#448) Closes ScaleLeap#447
AlexanderGaivorontsev
pushed a commit
to AlexanderGaivorontsev/amazon-mws-api-sdk
that referenced
this issue
Oct 28, 2021
## [2.0.5](ScaleLeap/amazon-mws-api-sdk@v2.0.4...v2.0.5) (2021-10-27) ### Bug Fixes * adds types to `ChargeTypeEnum`, `TaxCollectionModelEnum`, `AdjustmentTypeEnum` ([ScaleLeap#448](ScaleLeap#448)) ([8b3261a](ScaleLeap@8b3261a)), closes [ScaleLeap#447](ScaleLeap#447)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I use your lib for working with Amazon. But I met this problem:
Problem with the value of property "ListFinancialEventsByNextTokenResponse": Problem with the value of property "ListFinancialEventsByNextTokenResult": Problem with the value of property "FinancialEvents": Problem with the value of property "AdjustmentEventList": One of the following problems occured: (0) Problem with the value at index 3: Problem with the value of property "AdjustmentType": One of the following problems occured: (0) Expected an enum member, but received a string with value "Other", (1) Expected an undefined, but received a string with value "Other", (1) Expected an undefined, but received an object with value {"AdjustmentEvent":[{"AdjustmentType":"PostageBilling_DeliveryConfirmation","AdjustmentAmount":{"CurrencyAmount":0,"CurrencyCode":"USD"},"PostedDate":"2021-09-28T23:46:48.032Z"},{"AdjustmentType":"PostageBilling_Postage","AdjustmentAmount":{"CurrencyAmount":-5.27,"CurrencyCode":"USD"},"PostedDate":"2021-09-28T23:46:48.032Z"},{"AdjustmentType":"PostageBilling_TransactionFee","AdjustmentAmount":{"CurrencyAmount":0,"CurrencyCode":"USD"},"PostedDate":"2021-09-28T23:46:48.032Z"},{"AdjustmentType":"Other","AdjustmentAmount":{"CurrencyAmount":0,"CurrencyCode":"USD"},"PostedDate":"2021-09-28T23:46:48.032Z"}]}
I found AdjustmentTypeEnum into the codec.d file:
Amazon sends me data types like this:
and this:
I like your lib and I want to use it and I want to help you. Thanks!
The text was updated successfully, but these errors were encountered: