XiaoFaye / WooCommerce.NET

A .NET Wrapper for WooCommerce/WordPress REST API
MIT License
393 stars 218 forks source link

Correct OrderLineItem quantity to a ulong not a decimal #750

Closed lukewarlow closed 3 months ago

lukewarlow commented 1 year ago

Fixes #749

Went with ulong rather than a simple int to match other properties that are documented as integer but represented as ulong. Also kept nullability.