|
|
|
|
@ -268,7 +268,7 @@ class YandexPay(APIView): |
|
|
|
|
pay = Payment.objects.get(id=pk) |
|
|
|
|
try: |
|
|
|
|
inv = InvoiceRebilling.objects.get(yandex_pay=pay) |
|
|
|
|
except InvoiceRebilling: |
|
|
|
|
except InvoiceRebilling.DoesNotExist: |
|
|
|
|
inv = None |
|
|
|
|
r = requests.post('https://money.yandex.ru/eshop.xml', data={ |
|
|
|
|
'shopId': pay.shop_id, |
|
|
|
|
|