Яндекс деньги

feature/fix_generate_pass
Andrey 8 years ago
parent 7aa8a874a6
commit 99dabb50b3
  1. 2
      finance/views.py

@ -46,7 +46,7 @@ class BillListView(APIView):
i['yandex_pay'] = None
if i['method'] == 'Y' and i['status'] == 'P':
i['yandex_pay'], _is_create = Payment.objects.get_or_create(
order_amount=i['price'].price,
order_amount=i['price'],
order_number=bill_obj.id,
customer_number=bill_obj.user.id,
user=bill_obj.user,

Loading…
Cancel
Save