docs: fix create fulfillment parameter descriptions (#4653)

Co-authored-by: daniel99k <dk99@divcodes.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Specture X
2023-08-01 12:15:15 +03:00
committed by GitHub
co-authored by daniel99k Shahed Nasser
parent 554af1abf3
commit 1d70b46bb9
+2 -2
View File
@@ -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(