Changeset 17891 for main


Ignore:
Timestamp:
15 Aug 2024, 19:56:22 (5 weeks ago)
Author:
Henrik Bettermann
Message:

Enable transcript processing.

Location:
main/kofacustom.unidel/trunk/src/kofacustom/unidel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17844 r17891  
    145145            xmldict['institution_acct'] = '1005399320'
    146146            xmldict['institution_bank_id'] = '8'
     147        elif self.context.p_category == 'transcript':
     148            xmldict['institution_acct'] = '0010494552'
     149            xmldict['institution_bank_id'] = '129'
     150            provider_amt = 2000.0
    147151        self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch
    148152        # Already now it becomes an Interswitch payment. We set the net amount
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py

    r17839 r17891  
    3434        'application': 'Application Fee',
    3535        #'app_balance': 'Application Fee Balance',
    36         #'transcript': 'Transcript Fee',
     36        'transcript': 'Transcript Fee',
    3737        #'late_registration': 'Late Course Registration Fee',
    3838        #'combi': 'Combi Payment',
     
    5050        'teaching_practice':'Teaching Practice Fee',
    5151        'ijmb_exam':'IJMB Examination Fees',
     52        'transcript': 'Transcript Fee',
    5253        }
    5354
Note: See TracChangeset for help on using the changeset viewer.