cashu.py 322 B

12345678910
  1. from db0mb3r.services.service import Service
  2. class CashU(Service):
  3. phone_codes = [7]
  4. async def run(self):
  5. await self.post(
  6. "https://cash-u.com/main/rest/firstrequest/phone/confirmation/send",
  7. data=(self.format(self.formatted_phone, '* (***) ***-**-**:'))
  8. )