- Timestamp:
- 1 May 2013, 06:53:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r10131 r10132 226 226 xmldict['institution_acct'] = '7000016463' 227 227 xmldict['institution_bank_id'] = '9' 228 elif self.applicant.applicant_id.startswith('nd') \ 229 or self.applicant.applicant_id.startswith('prend'): 228 elif self.applicant.is_nd: 230 229 xmldict['institution_acct'] = '2014191363' 231 230 xmldict['institution_bank_id'] = '8'
Note: See TracChangeset for help on using the changeset viewer.