Ignore:
Timestamp:
21 Jan 2021, 10:27:32 (4 years ago)
Author:
Henrik Bettermann
Message:

Change bank account.

File:
1 edited

Legend:

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

    r15776 r16380  
    7979        share_amt = 0.0
    8080        # Institution data
    81         xmldict['institution_acct'] = '1019684470'
    82         xmldict['institution_bank_id'] = '7'
     81        xmldict['institution_acct'] = '2000746414'
     82        xmldict['institution_bank_id'] = '8'
    8383        xmldict['institution_item_name'] = self.context.category
    8484        xmldict['institution_name'] = INSTITUTION_NAME
     
    158158        xmldict = {}
    159159        provider_amt = 500.0
    160         xmldict['institution_acct'] = '1019684470'
    161         xmldict['institution_bank_id'] = '7'
     160        xmldict['institution_acct'] = '2000746414'
     161        xmldict['institution_bank_id'] = '8'
    162162        xmldict['detail_ref'] = self.context.p_id
    163163        xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.