Skip to content

Commit

Permalink
[minor] Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Aug 20, 2024
1 parent dadedd2 commit 101cc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/fulfillment-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ FulfillmentOrder.prototype.fulfillments = function fulfillments(id) {
};

/**
* Halts all fulfillment work on a fulfillment order with
* status OPEN and changes the status of the fulfillment order to ON_HOLD.
* Halts all fulfillment work on a fulfillment order with status `OPEN` and
* changes the status of the fulfillment order to `ON_HOLD`.
*
* @param {Number} id Fulfillment Order ID
* @param {Object} params An object containing the reason for the fulfillment
Expand Down

0 comments on commit 101cc52

Please sign in to comment.