|
|
@@ -92,6 +92,7 @@ export class ConfigModule implements OnApplicationBootstrap, OnApplicationShutdo
|
|
|
orderCodeStrategy,
|
|
|
stockAllocationStrategy,
|
|
|
} = this.configService.orderOptions;
|
|
|
+ const { customFulfillmentProcess } = this.configService.shippingOptions;
|
|
|
const { entityIdStrategy } = this.configService;
|
|
|
return [
|
|
|
...adminAuthenticationStrategy,
|
|
|
@@ -108,6 +109,7 @@ export class ConfigModule implements OnApplicationBootstrap, OnApplicationShutdo
|
|
|
productVariantPriceCalculationStrategy,
|
|
|
orderItemPriceCalculationStrategy,
|
|
|
...process,
|
|
|
+ ...customFulfillmentProcess,
|
|
|
stockAllocationStrategy,
|
|
|
];
|
|
|
}
|