Commit Graph

11 Commits

Author SHA1 Message Date
Florian Bosdorff 6a8db1ea9b fix CustomerCest 2020-05-09 12:46:11 +02:00
Florian Bosdorff 33ddae27ae fix namespace issues 2020-05-09 12:38:20 +02:00
Herbert Maschke 178f89165e add required validations 2020-01-31 06:06:13 +01:00
David Große 628044a505 introduce vat faker 2020-01-14 13:17:52 +01:00
David Große 9524c78ad5 various code style improvements 2020-01-14 10:49:22 +01:00
David Große 72c3e289c7 remove the splitting into first_name and last_name again - it can be desastrous to drop a column in a productive environment 2020-01-14 10:25:26 +01:00
David Große 7eee7e3134 split the 'name' column in the customer addresses into 'first_name' and 'last_name' - it is more common to save the data in this structure 2020-01-13 11:20:04 +01:00
David Große 7429d32072 introduce VatValidator.php 2020-01-10 14:07:58 +01:00
David Große 3af9a825c9 add optional vat_id to customer addresses 2020-01-10 11:59:53 +01:00
David Große f1090efa73 add factories necessary for testing customer and customer addresses 2020-01-10 11:51:03 +01:00
David Große 11081654bb prepare functional test integration 2020-01-10 11:23:31 +01:00