diff --git a/lib/response_massager.js b/lib/response_massager.js index 693d4dc4..63ca683f 100644 --- a/lib/response_massager.js +++ b/lib/response_massager.js @@ -76,8 +76,8 @@ class ResponseMassager { return (new LocationLabelUpdater(response)) .responseWithUpdatedLabels() }) - .then((response) => new FulfillmentResolver(response).responseWithFulfillment()) .then((response) => RequestabilityResolver.fixItemRequestability(response)) + .then((response) => new FulfillmentResolver(response).responseWithFulfillment()) } }