Ignore:
Timestamp:
9 May 2014, 16:18:04 (11 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

    r11557 r11629  
    178178        elif self.context.p_category == 'conv_brochure':
    179179            self.pay_item_id = '127'
     180        elif self.context.p_category == 'hnd_certificate':
     181            self.pay_item_id = '128'
     182        elif self.context.p_category == 'hnd_state_result':
     183            self.pay_item_id = '129'
     184        elif self.context.p_category == 'hnd_transcript_local':
     185            self.pay_item_id = '130'
     186        elif self.context.p_category == 'hnd_transcript_foreign':
     187            self.pay_item_id = '131'
     188        elif self.context.p_category == 'staff_loss_idcard':
     189            self.pay_item_id = '132'
     190            dalash_amt = 6.0
     191            xmldict['dalash_amt'] = 100 * dalash_amt
     192            provider_amt = 9.0
     193            gateway_amt = 15.0
     194        elif self.context.p_category == 'hnd_conv_brochure':
     195            self.pay_item_id = '133'
    180196        elif 'maintenance' in self.context.p_category:
    181197            self.pay_item_id = '102'
     
    334350            elif self.applicant.special_application == 'conv_brochure':
    335351                self.pay_item_id = '127'
     352            elif self.applicant.special_application == 'hnd_certificate':
     353                self.pay_item_id = '128'
     354            elif self.applicant.special_application == 'hnd_state_result':
     355                self.pay_item_id = '129'
     356            elif self.applicant.special_application == 'hnd_transcript_local':
     357                self.pay_item_id = '130'
     358            elif self.applicant.special_application == 'hnd_transcript_foreign':
     359                self.pay_item_id = '131'
     360            elif self.applicant.special_application == 'staff_loss_idcard':
     361                self.pay_item_id = '132'
     362                dalash_amt = 6.0
     363                xmldict['dalash_amt'] = 100 * dalash_amt
     364                provider_amt = 9.0
     365                gateway_amt = 15.0
     366            elif self.context.p_category == 'hnd_conv_brochure':
     367                self.pay_item_id = '133'
    336368            else:
    337369                xmldict['institution_acct'] = '00000000000'
Note: See TracChangeset for help on using the changeset viewer.