- Timestamp:
- 11 Jun 2014, 14:38:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r11682 r11683 174 174 elif self.context.p_category == 'hnd_conv_brochure': 175 175 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' 176 182 elif 'maintenance' in self.context.p_category: 177 183 self.pay_item_id = '102' … … 329 335 elif self.context.p_category == 'hnd_conv_brochure': 330 336 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' 331 343 else: 332 344 xmldict['institution_acct'] = '00000000000'
Note: See TracChangeset for help on using the changeset viewer.