We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadedd2 commit 101cc52Copy full SHA for 101cc52
resources/fulfillment-order.js
@@ -128,8 +128,8 @@ FulfillmentOrder.prototype.fulfillments = function fulfillments(id) {
128
};
129
130
/**
131
- * Halts all fulfillment work on a fulfillment order with
132
- * 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`.
133
*
134
* @param {Number} id Fulfillment Order ID
135
* @param {Object} params An object containing the reason for the fulfillment
0 commit comments