Merge branch 'dev' into 'master'

Dev

See merge request !248
master
Andrey 8 years ago
commit 6ea7cf3b9a
  1. 4
      finance/views.py

@ -325,10 +325,10 @@ 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'],
bcc=['dmitry.dolya@skillbox.ru', 'vera.procenko@skillbox.ru'],
)
msg.send()

Loading…
Cancel
Save