feat(MED-98): fix merge issue from 7817ae0

This commit is contained in:
Karli
2025-09-30 16:21:49 +03:00
parent 99a530d672
commit 2af0ad4d15

View File

@@ -13,12 +13,6 @@ export interface MontonioOrderToken {
| 'PENDING'
| 'EXPIRED'
| 'REFUNDED';
| 'PAID'
| 'FAILED'
| 'CANCELLED'
| 'PENDING'
| 'EXPIRED'
| 'REFUNDED';
paymentMethod: string;
grandTotal: number;
currency: string;