fix: agent 4 to 6

This commit is contained in:
2026-05-09 10:42:25 +03:00
parent b6e4f8165f
commit 195c0a8e53
6 changed files with 33 additions and 6 deletions

View File

@@ -6,3 +6,8 @@ class IPaymentRepository(ABC):
async def create_completed(self,*,user_id:str,order_id:str,itpay_payment_id:str,itpay_paid_amount:str|None,transaction_id:str|None,paid_at:str|None,expired_date:str|None) -> None:
raise NotImplementedError
@abstractmethod
async def update_receipt(self,*,order_id:str,receipt_cloudekassir_id:str|None,receipt_cloudekassir_link:str|None) -> None:
raise NotImplementedError