From 3e9584bb1c3a3b69e5bb86159effffd342fdd9fd Mon Sep 17 00:00:00 2001
From: Frances Botsford ${_("There was an error processing your order!")}
${_("Return to cart to retry payment")}
diff --git a/lms/templates/shoppingcart/verified_cert_receipt.html b/lms/templates/shoppingcart/verified_cert_receipt.html index 3adf659748..c029023801 100644 --- a/lms/templates/shoppingcart/verified_cert_receipt.html +++ b/lms/templates/shoppingcart/verified_cert_receipt.html @@ -202,10 +202,7 @@${_("Billed To")}:
- ${order.bill_to_first} ${order.bill_to_last}
- ${order.bill_to_street1} ${order.bill_to_street2}
- ${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode}
- ${order.bill_to_country.upper()}
+ ${order.bill_to_first} ${order.bill_to_last} (${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode} ${order.bill_to_country.upper()})