Given an order where a part is paid with a giftcard,
the SEPA debit is the reminding value only, not {total_with_currency}.
The customer gets misleading mail:
Hallo,
wir haben Ihre Bestellung für {event} mit einem Gesamtbetrag von
{total_with_currency} erhalten. (*Bitte schließen Sie die Bezahlung bis {expire_date} ab.*)
{payment_info}:
Wir werden den **vollen Bestellbetrag** am oder kurz nach dem %(date)s von Ihrem
Bankkonto einziehen.
*) already deleted
"We will debit the total amount of this order ...." is just wrong when we just charge the rest.
Actually I can't hotfix this because {payment_info} template isn't user configurable.
Hello,
Given an order where a part is paid with a giftcard, the SEPA debit is the reminding value only, not {total_with_currency}.
The customer gets misleading mail:
"We will debit the total amount of this order ...." is just wrong when we just charge the rest.
Actually I can't hotfix this because {payment_info} template isn't user configurable.