Ignore:
Timestamp:
11 Jun 2014, 14:38:25 (10 years ago)
Author:
Henrik Bettermann
Message:

More special payment fee categories added.

File:
1 edited

Legend:

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

    r11682 r11683  
    174174        elif self.context.p_category == 'hnd_conv_brochure':
    175175            self.pay_item_id = '133'
     176        elif self.context.p_category == 'pgd_state_result':
     177            self.pay_item_id = '134'
     178        elif self.context.p_category == 'pgd_conv_brochure':
     179            self.pay_item_id = '135'
     180        elif self.context.p_category == 'pgd_certificate':
     181            self.pay_item_id = '136'
    176182        elif 'maintenance' in self.context.p_category:
    177183            self.pay_item_id = '102'
     
    329335            elif self.context.p_category == 'hnd_conv_brochure':
    330336                self.pay_item_id = '133'
     337            elif self.context.p_category == 'pgd_state_result':
     338                self.pay_item_id = '134'
     339            elif self.context.p_category == 'pgd_conv_brochure':
     340                self.pay_item_id = '135'
     341            elif self.context.p_category == 'pgd_certificate':
     342                self.pay_item_id = '136'
    331343            else:
    332344                xmldict['institution_acct'] = '00000000000'
Note: See TracChangeset for help on using the changeset viewer.