Changeset 17316 for main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Timestamp:
- 27 Jan 2023, 06:41:48 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/paypal/__init__.py
r17249 r17316 24 24 25 25 def module_activated(session, payment): 26 if payment is not None and not payment.p_currency in ('USD',):27 return False26 #if payment is not None and not payment.p_currency in ('USD',): 27 # return False 28 28 if queryUtility(IPaypalConfig) is None: 29 29 return False
Note: See TracChangeset for help on using the changeset viewer.