Добавлена обработка уведомлений через ручку
This commit is contained in:
@@ -22,3 +22,7 @@ class TBankPaymentRequestError(TBankPaymentAdapterError):
|
||||
self.error_code = error_code
|
||||
self.provider_message = provider_message
|
||||
self.details = details
|
||||
|
||||
|
||||
class TBankPaymentNotificationTokenError(TBankPaymentRequestError):
|
||||
"""Raised when a TBank payment notification token is invalid."""
|
||||
|
||||
Reference in New Issue
Block a user