use valid tax status on fees

This commit is contained in:
Ron Rennick 2021-03-08 09:59:46 -04:00
parent b05a97e2c0
commit 1664ece7eb
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ export class OrderFeeLine extends OrderItemMeta {
*
* @type {TaxStatus}
*/
public readonly taxStatus: TaxStatus = '';
public readonly taxStatus: TaxStatus = 'taxable';
/**
* The total amount for this fee.