|
@@ -876,6 +876,7 @@ export class OrderService {
|
|
|
let shippingLine: ShippingLine | undefined = order.shippingLines[i];
|
|
let shippingLine: ShippingLine | undefined = order.shippingLines[i];
|
|
|
if (shippingLine) {
|
|
if (shippingLine) {
|
|
|
shippingLine.shippingMethod = shippingMethod;
|
|
shippingLine.shippingMethod = shippingMethod;
|
|
|
|
|
+ shippingLine.shippingMethodId = shippingMethod.id;
|
|
|
} else {
|
|
} else {
|
|
|
shippingLine = await this.connection.getRepository(ctx, ShippingLine).save(
|
|
shippingLine = await this.connection.getRepository(ctx, ShippingLine).save(
|
|
|
new ShippingLine({
|
|
new ShippingLine({
|