remotes/origin/diplom_integration^2
Andrey 8 years ago
parent 3c28c27bd5
commit 36fce7172c
  1. 2
      finance/views.py

@ -325,7 +325,7 @@ class YandexAvisoView(APIView):
msg = EmailMessage(
'Успешная оплата.',
'''Пользователь "%s", перевёл %s рублей. Номер платежа в яндекс кассе %s'''
% (pay.invoice.bill.user.email, str(pay.shop_amount), str(data['invoiceId'])),
% (pay.invoice.bill.user.email, str(pay.invoice.price), str(data['invoiceId'])),
'robo@skillbox.ru',
[pay.invoice.bill.opener.email],
bcc=['dmitry.dolya@skillbox.ru'],

Loading…
Cancel
Save