Добавлен адаптер к tbank и формирование ссылки на оплату
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""TBank payment adapter errors."""
|
||||
|
||||
|
||||
class TBankPaymentAdapterError(RuntimeError):
|
||||
"""Raised when a TBank payment adapter call fails."""
|
||||
|
||||
|
||||
class TBankPaymentRequestError(TBankPaymentAdapterError):
|
||||
"""Raised when TBank rejects payment request data."""
|
||||
Reference in New Issue
Block a user