Skip to content

Commit

Permalink
../taxcalc.js does no longer exists. Fixes butopea#1.
Browse files Browse the repository at this point in the history
  • Loading branch information
revington committed Feb 5, 2021
1 parent d15c4eb commit 42d0b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tax.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import AbstractTaxProxy from '../abstract/tax'
import { calculateProductTax, checkIfTaxWithUserGroupIsActive, getUserGroupIdToUse } from '../../lib/taxcalc';
import { calculateProductTax, checkIfTaxWithUserGroupIsActive, getUserGroupIdToUse } from 'vsf-utilities'
import TierHelper from '../../helpers/priceTiers'
import es from '../../lib/elastic'
import bodybuilder from 'bodybuilder'
Expand Down

0 comments on commit 42d0b62

Please sign in to comment.