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

Commit

Permalink
Merge pull request #987 from edx/tasawer/ecom-6213-revert-ecom-4763
Browse files Browse the repository at this point in the history
Revert "Update Enrollment failed message with status code"
  • Loading branch information
Tasawer Nawaz authored Oct 28, 2016
2 parents e7e5645 + 995cbf9 commit 59b0336
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 59b0336

Please sign in to comment.