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

Added a function to get the details for a VAT number #47

Closed lanort closed 7 years ago

lanort commented 7 years ago

Sometimes you want to get the details of a VAT number. With this new function the soap response will be returned to get data like the name and address of the business behind the vat number.

codecov-io commented 7 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   95.16%   95.28%   +0.12%     
==========================================
  Files           5        5              
  Lines         186      191       +5     
==========================================
+ Hits          177      182       +5     
  Misses          9        9
Impacted Files Coverage Δ
src/Mpociot/VatCalculator/VatCalculator.php 93.96% <100%> (+0.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5d57697...ff240e0. Read the comment docs.

mpociot commented 7 years ago

Thank you!