feat: implement subscription management and billing enhancements
This commit is contained in:
@@ -24,7 +24,7 @@ logging.basicConfig(level=logging.DEBUG)
|
||||
async def main():
|
||||
dp = Dispatcher()
|
||||
|
||||
pally_client = PallyClient(settings.pally_token)
|
||||
pally_client = PallyClient(settings.pally_token, payer_pays_commission=True)
|
||||
|
||||
user_repository = UserRepository()
|
||||
bills_repository = BillsRepository()
|
||||
|
||||
Reference in New Issue
Block a user