Specify which part of PayPal payment verification failed
Fix use of logger with context
Use structlog in Stripe view
Use structlog in PayPal view
Use structlog in user creation service
Use structlog in email service
Use structlog in announcer
Use `log` name
As it is done in structlog's documentation.
Add converter for new configuration format
Add models, parser for new configuration format
Update setup-uv action to v4 (from v3)
Update uv to v0.5.4 (from v0.5.2)
Update uv to v0.5.2 (from v0.5.1)
Order galleries by position value
Fix PayPal order amount verification, use actual order object in tests
Move PayPal helper tests to unit tests path
Inline `json_to_obj()` test helper
Create `HttpResponse` object in test
Pass result object instead of response object