buckaroo-it / BuckarooSdk_DotNet

Software Development Kit which can be used for easy access to the Buckaroo API.
MIT License
6 stars 18 forks source link

Karna ArticleVat is a long instead of Decimal #52

Open RABijl opened 2 years ago

RABijl commented 2 years ago

Hi, I have the dotnet buckarooSDK 1.4.1 installed and I'm working with the klarnakp paymentmethod and noticed that in the documentation, articlevat is supposed to be a decimal . But in the BuckarooSdk.DataTypes.ParameterGroups.Klarna.Article class, this is a long.

I'm assuming I can just cast my vat percentage to a long and be oke, but i'd like to know if this is intended.