Skip to content

Commit

Permalink
Remove duplicate TransactionStatus definition; Update Readme python v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
Hugo Bailey committed May 7, 2015
1 parent c7d5f42 commit b9bbe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ MangopaySDK is a Python client library to work with

Installation and package dependencies
-------------------------------------------------
SDK has been written in Python 2.7 and requires:
SDK has been written in Python 2.7+ and requires:

requests
requests-oauthlib
lockfile
If you wish to use the SDK with a higher version of Python, [this pull request](https://github.com/MangoPay/mangopay2-python-sdk/pull/18) may be of use.

If you have problem with using token file based cache (Configuration.TempPath) you can use memory cache:

Expand Down
7 changes: 1 addition & 6 deletions mangopaysdk/tools/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ class PersonType:
class LegalPersonType:
BUSINESS = 'BUSINESS'
ORGANIZATION = 'ORGANIZATION'


class TransactionStatus:
CREATED = 'CREATED'
SUCCEEDED = 'SUCCEEDED'
FAILED = 'FAILED'



class TransactionType:
Expand Down

0 comments on commit b9bbe1a

Please sign in to comment.