From 995cbf9557380225415031dabf1b3b1e1c58f38c Mon Sep 17 00:00:00 2001 From: tasawernawaz Date: Thu, 27 Oct 2016 11:59:57 +0500 Subject: [PATCH] Revert "Update Enrollment failed message with status code" This reverts commit 357a2a4879d87ff1cc96a419f465e43e100bf359. --- ecommerce/extensions/fulfillment/modules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecommerce/extensions/fulfillment/modules.py b/ecommerce/extensions/fulfillment/modules.py index 58959ef1003..5237a1772ee 100644 --- a/ecommerce/extensions/fulfillment/modules.py +++ b/ecommerce/extensions/fulfillment/modules.py @@ -232,8 +232,8 @@ def fulfill_product(self, order, lines): reason = '(No detail provided.)' logger.error( - "Fulfillment of line [%d] on order [%s] failed with status code [%d]: %s", - line.id, order.number, response.status_code, reason + "Unable to fulfill line [%d] of order [%s] due to a server-side error: %s", line.id, + order.number, reason ) line.set_status(LINE.FULFILLMENT_SERVER_ERROR) except ConnectionError: