register payment listener

This commit is contained in:
2025-12-24 23:57:16 +03:30
parent d78846fea9
commit 4716620a43
6 changed files with 17 additions and 11 deletions
@@ -15,6 +15,7 @@ export class paymentSucceedEvent {
export class onlinePaymentSucceedEvent {
constructor(
public readonly paymentId: string,
public readonly orderId: string,
public readonly restaurantId: string,
public readonly orderNumber: string,
public readonly total: number,