From d09ae8464ede032b817007a2c022042e868cfcdf Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Tue, 21 Apr 2020 19:55:53 -0600 Subject: [PATCH] Tax rate in item map --- db/mappings/item.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/mappings/item.js b/db/mappings/item.js index 356a146..43b740d 100644 --- a/db/mappings/item.js +++ b/db/mappings/item.js @@ -21,7 +21,8 @@ module.exports = [{ 'urlslug', 'price_cents', 'published', - 'number_in_stock' + 'number_in_stock', + 'tax_rate' ], collections: [ {name: 'images', mapId: 'imageMap', columnPrefix: 'image_'}