Ignore:
Timestamp:
16 Oct 2015, 11:51:51 (9 years ago)
Author:
Henrik Bettermann
Message:

Add pay_item_id for JUPEB schoolfee payments.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py

    r13301 r13333  
    9999                    xmldict['institution_acct'] = '4150033274'
    100100                    xmldict['institution_bank_id'] = '51'
     101            elif student.faccode == 'JUPEB':
     102                self.pay_item_id = '5718'
     103                xmldict['institution_acct'] = '1003543277'
     104                xmldict['institution_bank_id'] = '7'
    101105        elif self.context.p_category == 'clearance':
    102106            self.pay_item_id = '5702'
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r13332 r13333  
    241241
    242242            #####################################################
    243             if student.faccode == 'JUPEB':
    244                 return _('Payment temporarily disabled.'), None
     243            #if student.faccode == 'JUPEB':
     244            #    return _('Payment temporarily disabled.'), None
    245245            #####################################################
    246246
Note: See TracChangeset for help on using the changeset viewer.