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
{{ message }}
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
The PR is in the code-review, feel free to comment.
The initial issue:
For some reason we have 2 similar Refund models: OrderManagementRefund and OrderManagementGetRefundResponse. By fact - these two models are the same (based on the original documentation).
Ideal fix: Actualize one of the model and use it everywhere.
Real fix: In order to keep the backward compatibility I kept both of the models, but now the OrderManagementGetRefundResponse just inherits the OrderManagementRefund with no changes. Let's say - they are the same.
I actualized the OrderManagementRefund and put all the fields specified in the documentation.
we are using the .NET library and we found a bug:
In the class "OrderManagementOrder" the wrong type for "refunds" is used.
It should be like that:
The text was updated successfully, but these errors were encountered: