add route to payment's details

This commit is contained in:
2026-01-13 04:03:09 -03:00
parent da10a36a1d
commit 7e09e49ed8
5 changed files with 84 additions and 13 deletions

View File

@@ -11,6 +11,9 @@ class ConflictError(ServiceError):
super().__init__(HTTPStatus.CONFLICT, msg)
class OrderNotFoundError(NotFoundError): ...
class UserNotFoundError(NotFoundError): ...