Merge pull request #19909 from woocommerce/update/za-locale-tax-rate

ZA tax rate changed from 14 to 15% on 1 April 2018
This commit is contained in:
Claudiu Lodromanean 2018-04-30 08:05:10 -07:00 committed by GitHub
commit 9ddd8e6233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ return array(
array(
'country' => 'ZA',
'state' => '',
'rate' => '14.0000',
'rate' => '15.0000',
'name' => 'VAT',
'shipping' => true,
),