payment integration

This commit is contained in:
marshal
2026-06-15 11:09:58 +03:00
parent 484151d909
commit fe1bed8c4b
4 changed files with 6 additions and 3 deletions

View File

@@ -187,6 +187,7 @@ export class PaymentService {
currency: booking.paymentCurrency,
reason: `Payment for booking ${booking.reference}`,
rawInitiation: snapshot as unknown as Record<string, unknown>,
clientAction: clientAction ?? {},
...data,
} as any);
}