Closed tnull closed 8 months ago
Fixes #66
The object returned as a response to a GetOrderRequest is the same as for CreateOrder. We therefore shouldn't require two objects with different serializations here. We can just drop GetOrderResponse and use CreateOrderResponse.
GetOrderRequest
CreateOrder
GetOrderResponse
CreateOrderResponse
Fixes #66
The object returned as a response to a
GetOrderRequest
is the same as forCreateOrder
. We therefore shouldn't require two objects with different serializations here. We can just dropGetOrderResponse
and useCreateOrderResponse
.