diff --git a/python/README.md b/python/README.md index 4097778..06c3fb2 100644 --- a/python/README.md +++ b/python/README.md @@ -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 diff --git a/python/generate_access_token.py b/python/generate_access_token.py index 9be1818..4f93dd9 100644 --- a/python/generate_access_token.py +++ b/python/generate_access_token.py @@ -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'