Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TaxID: Correctly set country for non 'eu_vat' taxIDs
'au_abn' and 'nz_gst' are numbers with only digits, they don't contain their country code. We can only guess the country from 'eu_vat' taxIDs, so let's adapt the code to better handle AU and NZ taxIDs number. See [the Stripe documentation] for the exact format of these two taxIDs number. [the Stripe documentation]: https://docs.stripe.com/billing/customer/tax-ids
- Loading branch information