Ignore:
Timestamp:
26 Jul 2017, 11:42:34 (7 years ago)
Author:
Henrik Bettermann
Message:

Set bank account data.

File:
1 edited

Legend:

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

    r14730 r14731  
    131131            return
    132132        xmldict = {}
    133         provider_amt = 400.0
    134         xmldict['institution_acct'] = '00000000000'
    135         xmldict['institution_bank_id'] = '00'
     133        provider_amt = 500.0
     134        xmldict['institution_acct'] = '0026235493'
     135        xmldict['institution_bank_id'] = '31'
    136136        xmldict['detail_ref'] = self.context.p_id
    137137        xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.