redeem: initial commit
This commit is contained in:
@@ -873,7 +873,8 @@ export const selectGrandTotal = (state: RootState) => {
|
||||
taxAmount -
|
||||
totalDiscount +
|
||||
deliveryFee -
|
||||
state.order.splitBillAmount
|
||||
state.order.splitBillAmount -
|
||||
Number(state.order.tip)
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user