Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Revert "Update Enrollment failed message with status code"
Browse files Browse the repository at this point in the history
This reverts commit 357a2a4.
  • Loading branch information
tasawernawaz committed Oct 28, 2016
1 parent e7e5645 commit 995cbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecommerce/extensions/fulfillment/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 995cbf9

Please sign in to comment.