add order in checkout response
This commit is contained in:
@@ -131,7 +131,7 @@ export class OrdersService {
|
||||
|
||||
const { paymentUrl } = await this.paymentsService.payOrder(order.id);
|
||||
|
||||
return { paymentUrl };
|
||||
return { paymentUrl, order };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user