mostm / pyqiwi

Python QIWI API Wrapper
http://pyqiwi.readthedocs.io/
MIT License
45 stars 25 forks source link

Ошибки в .mobile() / error in .mobile() #25

Closed WhiteApfel closed 4 years ago

WhiteApfel commented 5 years ago

При пополнении счёта номера телефона через .mobile(), номер надо указать с кодом страны, иначе не определит pid. Однако операция не пройдёт, ибо номер пополнения должен быть без 8 (и без +7 и других префиксов). Поэтому операция не проходит. В кошельке отображается: Номер без 8 | 79xxyyyzzzz Вариант решения: wallet.send(pyqiwi.detect_mobile('79xxyyyyzzzz'),'9xxyyyzzzz', amount)

When top up a phone number via .mobile (), the number must be specified with the country code, otherwise it will not determine the pid. However, the operation will not work, because the number must be without 8 (and without +7 and other prefixes). Therefore, the operation does not pass. Displays: Number with 8 | 79xxyyyzzzz Solution: wallet.send(pyqiwi.detect_mobile('79xxyyyyzzzz'),'9xxyyyzzzz', amount)