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

Add taxPercentage() for Laravel Cashier 6.0 #22

Closed michellaurent closed 8 years ago

michellaurent commented 8 years ago

In Laravel Cashier 6.0, the function to get tax rate is now taxPercentage() instead of getTaxPercent()

codecov-io commented 8 years ago

Current coverage is 88.57%

Merging #22 into master will increase coverage by -1.01%

  1. 4 files (not in diff) in ...pociot/VatCalculator were modified. more
  2. File ...lableWithinTheEU.php was modified. more
@@           master        #22   diff @@
========================================
  Files           5          5          
  Lines         173        175     +2   
  Methods        33         34     +1   
  Branches        0          0          
========================================
  Hits          155        155          
- Misses         18         20     +2   
  Partials        0          0          

Powered by Codecov. Last updated by 3d5bef2...036d21d

mpociot commented 8 years ago

Great! Thank you. 🎉