feat(F-072): completed feature

This commit is contained in:
chattie
2026-08-19 19:22:08 +02:00
parent 9bdcc8e20e
commit 352033e3fc
16 changed files with 567 additions and 77 deletions

View File

@@ -165,7 +165,7 @@ export const pricingApi = {
setVariantPrice: (
id: string,
netUnitAmountCents: number,
vatRate: 'general' | 'reduced',
vatRate: 'general' | 'reduced' | 'super-reduced',
offerCents?: number | null,
costCents?: number | null,
) =>