janssenr / SendCloudApi.Net

A C#/.net wrapper for the SendCloud API
MIT License
6 stars 5 forks source link

Shipping price not working #16

Closed sprinttovision closed 2 years ago

sprinttovision commented 2 years ago

Hi,

I am trying to run the following code: var pr = await client.ShippingPrice.Get(1, "NL", "NL", 1, "kilogram");

In my response I see that pr.Price and pr.Currency are null.

Is this a issue/bug?

janssenr commented 2 years ago

Fixed Get ShippingPrice. An array is returned instead of just a single object