diff --git a/packages/medusa/src/services/order.ts b/packages/medusa/src/services/order.ts index b09fdfa9f8..a8906f67a2 100644 --- a/packages/medusa/src/services/order.ts +++ b/packages/medusa/src/services/order.ts @@ -1360,9 +1360,9 @@ class OrderService extends TransactionBaseService { * In a situation where the order has more than one shipping method, * we need to partition the order items, such that they can be sent * to their respective fulfillment provider. - * @param orderId - id of order to cancel. + * @param orderId - id of order to fulfil. * @param itemsToFulfill - items to fulfil. - * @param config - the config to cancel. + * @param config - the config to fulfil. * @return result of the update operation. */ async createFulfillment(