Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Averin committed Apr 17, 2023
1 parent 55f5b9c commit 846704a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions finance/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ def to_handle_webhook(request: Request) -> None:
{
"amount": {
"value": str(application.amount),
"currency": "RUB"
}
"currency": "RUB",
},
},
str(uuid.uuid4())
str(uuid.uuid4()),
)
except RequestException as error:
logger.error(msg={f'Ошибка на стороне Yookassa при подтверждении платежа {payment_id}': error})
Expand Down

0 comments on commit 846704a

Please sign in to comment.