Merge branch 'dev' into 'master'

Dev

See merge request !234
master
Andrey 8 years ago
commit 995c3702fc
  1. 2
      finance/views.py

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

Loading…
Cancel
Save