Merge branch 'current_branch' into 'dev'

pay

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