You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theBuckarooSdk.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.
The text was updated successfully, but these errors were encountered: