Update NJ tax rate

Updating the tax rate for NJ, US, to 6.875%
This commit is contained in:
Nicola Mustone 2017-11-06 10:59:07 +02:00 committed by GitHub
parent 63877adfb6
commit d6f1319b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ return array(
array( array(
'country' => 'US', 'country' => 'US',
'state' => 'NJ', 'state' => 'NJ',
'rate' => '7.0000', 'rate' => '6.8750',
'name' => 'State Tax', 'name' => 'State Tax',
'shipping' => true, 'shipping' => true,
), ),