- Timestamp:
- 21 Nov 2014, 09:46:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/paypal.py
r12014 r12021 24 24 def parse_paypal_config(path): 25 25 """Get paypal credentials from config file. 26 27 Returns a dict with following keys set: 28 29 ``client_id``, ``client_secret``, ``mode``. 30 31 Please note, that values might be `None`. 26 32 """ 27 33 parser = ConfigParser.SafeConfigParser(
Note: See TracChangeset for help on using the changeset viewer.