Changeset 15577 for main/kofacustom.dspg


Ignore:
Timestamp:
3 Sep 2019, 08:17:12 (5 years ago)
Author:
Henrik Bettermann
Message:

Configure bank account.

File:
1 edited

Legend:

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

    r15571 r15577  
    504504            xmldict['institution_acct'] = '1015220292'
    505505            xmldict['institution_bank_id'] = '117'
     506        elif self.applicant.__parent__.prefix == 'conv':
     507            xmldict['institution_acct'] = '1012963301'
     508            xmldict['institution_bank_id'] = '117'
     509            self.pay_item_id = '151'
    506510        elif self.applicant.applicant_id.startswith('special'):
    507511            if self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
Note: See TracChangeset for help on using the changeset viewer.