Changeset 17194


Ignore:
Timestamp:
1 Dec 2022, 10:48:31 (22 months ago)
Author:
Henrik Bettermann
Message:

Fix link.

File:
1 edited

Legend:

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

    r16983 r17194  
    3333PRODUCT_ID = '' # must be provided by Interswitch
    3434SITE_NAME = 'lpng.waeup.org'
    35 PROVIDER_ACCT = '00000000'
    36 PROVIDER_BANK_ID = '00'
     35PROVIDER_ACCT = '1017032875'
     36PROVIDER_BANK_ID = '117'
    3737PROVIDER_ITEM_NAME = 'WAeAC'
    3838INSTITUTION_NAME = 'LPNG'
     
    159159        xmldict = {}
    160160        provider_amt = 400.0
    161         xmldict['institution_acct'] = '00000000000'
    162         xmldict['institution_bank_id'] = '00'
     161        xmldict['institution_acct'] = '0010078210'
     162        xmldict['institution_bank_id'] = '47'
    163163        xmldict['detail_ref'] = self.context.p_id
    164164        xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.