stephanstapel / BrickOwlSharp

.net library to connect to BrickOwl brick shop
MIT License
1 stars 0 forks source link

Item Type should be ItemType enum, not a string #1

Closed norbertpiatkowski closed 3 months ago

norbertpiatkowski commented 3 months ago

I think that OrderItem Type property should be of ItemType type, not a string

https://github.com/stephanstapel/BrickOwlSharp/blob/1ae651df446f3ed7308ced33e30a2da02c56afd4/BrickOwlSharp.Client/OrderItem.cs#L43C9-L43C41