redeem: initial commit

This commit is contained in:
2026-01-08 23:26:45 +03:00
parent ebe9928091
commit 6271c14eff
26 changed files with 1577 additions and 491 deletions

View File

@@ -873,7 +873,8 @@ export const selectGrandTotal = (state: RootState) => {
taxAmount -
totalDiscount +
deliveryFee -
state.order.splitBillAmount
state.order.splitBillAmount -
Number(state.order.tip)
);
};