|
|
async getOrderPromotions(ctx: RequestContext, orderId: ID): Promise<Promotion[]> {
|
|
async getOrderPromotions(ctx: RequestContext, orderId: ID): Promise<Promotion[]> {
|
|
|
const order = await this.connection.getEntityOrThrow(ctx, Order, orderId, {
|
|
const order = await this.connection.getEntityOrThrow(ctx, Order, orderId, {
|