Merge branch 'current_branch' into 'dev'

Current branch

See merge request !247
remotes/origin/diplom_integration
Andrey 8 years ago
commit 8673fd6ad3
  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