- Timestamp:
- 26 Dec 2022, 09:49:13 (23 months ago)
- Location:
- main/kofacustom.nigeria/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk
- Property svn:mergeinfo changed
/main/kofacustom.nigeria/branches/uli-paypal (added) merged: 17238-17241
- Property svn:mergeinfo changed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interfaces.py
r17215 r17242 79 79 ) 80 80 81 # Define a validation method for JAMB reg numbers 81 # Define a validation method for JAMB reg numbers 82 82 class NotJAMBRegNumber(schema.ValidationError): 83 83 __doc__ = u"Invalid JAMB registration number" … … 156 156 ) 157 157 158 paypal_enabled = schema.Bool( 159 title = _(u'Paypal integration enabled'), 160 default = False, 161 ) 162 163 158 164 class ICustomSessionConfigurationAdd(ICustomSessionConfiguration): 159 165 """A session configuration object in add mode.
Note: See TracChangeset for help on using the changeset viewer.