feat(club-003): club POS integration: identify member and register cashback from sales

This commit is contained in:
Deploy
2026-08-26 20:16:13 +02:00
parent c263b44355
commit 66290a08ae
18 changed files with 553 additions and 99 deletions

View File

@@ -75,6 +75,8 @@ export interface PosSaleResponse {
outstandingCents: number;
changeCents: number;
receipt: PosReceipt;
clubEarnedCents: number;
clubMemberCode?: string;
}
export interface PosPendingSale {