From 1d70b46bb91746011cc616132ea0f5c293475069 Mon Sep 17 00:00:00 2001 From: Specture X Date: Tue, 1 Aug 2023 12:15:15 +0300 Subject: [PATCH] docs: fix create fulfillment parameter descriptions (#4653) Co-authored-by: daniel99k Co-authored-by: Shahed Nasser --- packages/medusa/src/services/order.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(