Changeset 16563 for main/kofacustom.dspg
- Timestamp:
- 3 Aug 2021, 09:13:52 (3 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interfaces.py
r16368 r16563 550 550 ) 551 551 552 pa_fee = schema.Float( 553 title = _(u'PAD Pack'), 554 default = 0.0, 555 required = True, 556 ) 557 552 558 553 559 def getSessionString(): -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r16506 r16563 229 229 xmldict['institution_acct'] = '1012808851' 230 230 xmldict['institution_bank_id'] = '117' 231 elif self.context.p_category == 'pa': 232 self.pay_item_id = '166' 233 xmldict['institution_acct'] = '0160125880' 234 xmldict['institution_bank_id'] = '11' 231 235 elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys(): 232 236 self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0] -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/utils/utils.py
r16367 r16563 140 140 'conv':'Convocation Pack', 141 141 'facilities':'Facilities Upgrade', 142 'pa':'PAD Pack', 142 143 } 143 144 … … 220 221 'conv':'Convocation Pack', 221 222 'facilities':'Facilities Upgrade', 223 'pa':'PAD Pack', 222 224 } 223 225
Note: See TracChangeset for help on using the changeset viewer.