diff --git a/api/menu/items.cfm b/api/menu/items.cfm index 6c3496d..4c67695 100644 --- a/api/menu/items.cfm +++ b/api/menu/items.cfm @@ -529,16 +529,22 @@ - + + - - + + + + + + + @@ -552,6 +558,7 @@ "COUNT": arrayLen(rows), "SCHEMA": newSchemaActive ? "unified" : "legacy", "BRANDCOLOR": brandColor, + "TAXRATE": val(businessTaxRate), "Menus": menuList, "SelectedMenuID": requestedMenuID })> diff --git a/api/orders/getCart.cfm b/api/orders/getCart.cfm index 4b0ca24..62a2181 100644 --- a/api/orders/getCart.cfm +++ b/api/orders/getCart.cfm @@ -67,11 +67,12 @@ + @@ -134,6 +135,7 @@ "OrderTypeID": val(qOrder.OrderTypeID), "DeliveryFee": val(qOrder.DeliveryFee), "BusinessDeliveryFee": val(businessDeliveryFee), + "TaxRate": val(businessTaxRate), "OrderTypes": businessOrderTypesArray, "StatusID": val(qOrder.StatusID), "AddressID": val(qOrder.AddressID), diff --git a/api/orders/getOrCreateCart.cfm b/api/orders/getOrCreateCart.cfm index 3b6c3d2..5bbf499 100644 --- a/api/orders/getOrCreateCart.cfm +++ b/api/orders/getOrCreateCart.cfm @@ -64,13 +64,14 @@ - + +