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

Wrong date format on BirthDate in ShippingCustomer and BillingCustomer #45

Open pschonewille opened 3 years ago

pschonewille commented 3 years ago

The formats allowed are dd-MM-yyyy and yyyy-MM-dd as is commented. But by using a DateTime without a custom getter this will not work when using it in a culture that differs from this.

I'm not sure if I'm allowed to make a pull request or that it's easier to just post an issue.