diff --git a/lms/templates/shoppingcart/error.html b/lms/templates/shoppingcart/error.html
index da88dc1a78..662bb948e9 100644
--- a/lms/templates/shoppingcart/error.html
+++ b/lms/templates/shoppingcart/error.html
@@ -9,6 +9,4 @@
${_("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()})