Ignore:
Timestamp:
9 Apr 2025, 10:10:39 (6 weeks ago)
Author:
Henrik Bettermann
Message:

Add reg2sandwich payment category.

File:
1 edited

Legend:

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

    r16008 r18057  
    8585        xmldict['institution_item_name'] = self.category
    8686        xmldict['institution_name'] = INSTITUTION_NAME
    87         if self.context.p_category in ('schoolfee', 'third_semester'):
     87        if self.context.p_category in ('schoolfee', 'third_semester', 'reg2sandwich'):
    8888            self.pay_item_id = '8302'
    8989        elif 'maintenance' in self.context.p_category:
     
    9393            provider_amt = 0.0
    9494            self.pay_item_id = '8304'
    95         if self.context.p_item == 'Balance' or self.context.p_category == 'third_semester':
     95        if self.context.p_item == 'Balance' or self.context.p_category in ('third_semester', 'reg2sandwich'):
    9696            provider_amt = 0.0
    9797        xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.