- Timestamp:
- 28 Dec 2022, 15:26:56 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/paypal/__init__.py
r17239 r17248 24 24 25 25 def module_activated(session, payment): 26 if not payment.p_currency in ('USD',): 27 return False 26 28 if queryUtility(IPaypalConfig) is None: 27 29 return False
Note: See TracChangeset for help on using the changeset viewer.