|
|
|
@ -238,7 +238,7 @@ class YandexCheckView(APIView): |
|
|
|
% (pay.order_amount, data['orderSumAmount'])) |
|
|
|
% (pay.order_amount, data['orderSumAmount'])) |
|
|
|
return Response(status=204) |
|
|
|
return Response(status=204) |
|
|
|
|
|
|
|
|
|
|
|
pay.invoice_id = data['invoiceId'] |
|
|
|
pay.invoice_id = int(data['invoiceId']) |
|
|
|
pay.save() |
|
|
|
pay.save() |
|
|
|
logger_yandex.info('Send success pay with invoice_id(yandex) %s' % pay.invoice_id) |
|
|
|
logger_yandex.info('Send success pay with invoice_id(yandex) %s' % pay.invoice_id) |
|
|
|
|
|
|
|
|
|
|
|
|