diff --git a/make_post_sell/lib/mail.py b/make_post_sell/lib/mail.py index 6b8545e..2076062 100644 --- a/make_post_sell/lib/mail.py +++ b/make_post_sell/lib/mail.py @@ -395,7 +395,7 @@ def send_refund_email(request, to_email, crypto_payment, refund_details): explanation = f"Your payment of {received_amount} {crypto_payment.coin_type} results in a refund amount too small to cover network transaction fees. The refund would cost more to send than its value." else: subject = f"Payment Issue - No Refund Address - {crypto_payment.coin_type}" - explanation = "We were unable to process a refund for your payment because no refund address was configured. Please contact support if you need assistance." + explanation = "We were unable to process a refund for your payment because no refund address was configured." has_fee = False # No refund means no fee calculation else: @@ -422,8 +422,6 @@ Refund Details: {fee_note} Please allow up to 10 confirmations for the refund to be fully processed. - -If you have any questions, please contact support with your payment ID: {crypto_payment.id} """ # Build the HTML message @@ -462,10 +460,6 @@ If you have any questions, please contact support with your payment ID: {crypto_
Please allow up to 10 confirmations for the refund to be fully processed.
- -
- If you have any questions, please contact support with your payment ID: {crypto_payment.id}
-