django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

Fix greece taxation #155

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

Greece does have code GR in django-countries, but the EU code used by VIES is EL. This fixes that problem and adds tests.

codecov-commenter commented 2 years ago

Codecov Report

Merging #155 (4882029) into master (80f0c66) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   82.40%   82.40%           
=======================================
  Files           8        8           
  Lines         125      125           
=======================================
  Hits          103      103           
  Misses         22       22           

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 80f0c66...4882029. Read the comment docs.

Alir3z4 commented 2 years ago

@PetrDlouhy could you please fix the merge conflicts so I can merge this?

PetrDlouhy commented 2 years ago

@Alir3z4 Done.