set order status as paid after wallet payment

This commit is contained in:
2025-12-18 19:14:09 +03:30
parent 0362540875
commit add2127998
5 changed files with 28 additions and 41 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export interface IPaymentVerifyParams {
export interface IPaymentVerifyData {
success: boolean;
referenceId?: string;
referenceId: string;
cardPan?: string;
raw: Record<string, any>;
}