Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It can be run by issuing `python generate_access_token.py` or the `generate_acce

### Get payments

The `get_payments,py` gets list of payments.
The `get_payments.py` gets list of payments.

### Initiate payment

Expand Down
2 changes: 1 addition & 1 deletion python/generate_access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
REDIRECT_URI = 'http://httpbin.org/get'

"""
This is an example how to generate the access token from the scratch.
This is an example how to generate the access token from scratch.
We first call get_code and then get_access_token function.
Access token can be generated by calling generate_access_token
or by running this file i.e. 'python generate_access_token.py'
Expand Down