From 2af0ad4d15c81eb410cc2b5c6cfacb27d3e86221 Mon Sep 17 00:00:00 2001 From: Karli Date: Tue, 30 Sep 2025 16:21:49 +0300 Subject: [PATCH] feat(MED-98): fix merge issue from 7817ae0 --- app/home/(user)/_components/cart/types.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/home/(user)/_components/cart/types.ts b/app/home/(user)/_components/cart/types.ts index dcbf184..5c535a2 100644 --- a/app/home/(user)/_components/cart/types.ts +++ b/app/home/(user)/_components/cart/types.ts @@ -13,12 +13,6 @@ export interface MontonioOrderToken { | 'PENDING' | 'EXPIRED' | 'REFUNDED'; - | 'PAID' - | 'FAILED' - | 'CANCELLED' - | 'PENDING' - | 'EXPIRED' - | 'REFUNDED'; paymentMethod: string; grandTotal: number; currency: string;