inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
64 stars 14 forks source link

Replace DTO's with scalar values in Commands #90

Open pdt256 opened 7 years ago

pdt256 commented 7 years ago
pdt256 commented 7 years ago

The primary focus is to replace EntityDTOs with scalar values. MoneyDTO, BillingAddressDTO, and a few others may have a valid reason to stay.