Changeset 15949
- Timestamp:
- 24 Jan 2020, 06:26:37 (5 years ago)
- Location:
- main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interfaces.py
r15655 r15949 165 165 ) 166 166 167 nhis_fee = schema.Float( 168 title = _(u'NHIS Levy'), 169 default = 0.0, 170 required = False, 171 ) 172 167 173 def getSessionString(): 168 174 """Returns the session string from the vocabulary. -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py
r15777 r15949 96 96 if self.context.p_category == 'union': 97 97 xmldict['institution_acct'] = '0066437412' 98 if self.context.p_category == 'nhis': 99 xmldict['institution_acct'] = '0075379404' 98 100 xmldict['institution_amt'] = '0.0' 99 101 self.pay_item_id = '101' # must be provided by Interswitch
Note: See TracChangeset for help on using the changeset viewer.