diff --git a/web/templates/mail/payment/body.gotxt b/web/templates/mail/payment/body.gotxt index 645c166..8527039 100644 --- a/web/templates/mail/payment/body.gotxt +++ b/web/templates/mail/payment/body.gotxt @@ -1,6 +1,6 @@ {{ printf (gettext "Hi %s,") .CustomerFullName }} -{{( gettext "We have successfully received the payment for the booking with the following details:" )}}

+{{( gettext "We have successfully received the payment for the booking with the following details:" )}} {{ printf ( gettext "Payment reference: **%s**") .PaymentReference }} {{ printf ( gettext "Accommodation: **%s**") .AccommodationName }}