driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

Don't rely on Laravel config component #136

Closed driesvints closed 1 year ago

driesvints commented 3 years ago

Don't couple Illuminate\Contracts\Config\Repository to VatCalculator class and pass an array instead.