From 9293ae5697c0824d98ee300b15f2fa16fff50659 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 16 Mar 2018 18:11:21 +0300 Subject: [PATCH] pay --- finance/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finance/views.py b/finance/views.py index c785ca9..ea823cb 100644 --- a/finance/views.py +++ b/finance/views.py @@ -328,7 +328,7 @@ class YandexAvisoView(APIView): % (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()