Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
AshotS authored Dec 24, 2017
1 parent 9e15a6e commit 83a203f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Payeer (https://payeercom.docs.apiary.io/). Приложение реализу

Пример::

from payeer_api import PayeerAPI

account = 'P1000000'
api_id = '123456789'
api_pass = 'KRicaFodFrgJer6'

p = PayeerAPI(account, api_id, api_pass)

p.get_balance()
from payeer_api import PayeerAPI
account = 'P1000000'
api_id = '123456789'
api_pass = 'KRicaFodFrgJer6'
p = PayeerAPI(account, api_id, api_pass)
p.get_balance()

0 comments on commit 83a203f

Please sign in to comment.