add order in checkout response

This commit is contained in:
2025-12-18 12:06:33 +03:30
parent a3ad4aba6e
commit ec56e03907
@@ -131,7 +131,7 @@ export class OrdersService {
const { paymentUrl } = await this.paymentsService.payOrder(order.id); const { paymentUrl } = await this.paymentsService.payOrder(order.id);
return { paymentUrl }; return { paymentUrl, order };
} }
/** /**