Ignore:
Timestamp:
8 Nov 2019, 12:19:54 (5 years ago)
Author:
Henrik Bettermann
Message:

Configure application payments.

File:
1 edited

Legend:

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

    r15773 r15783  
    147147    site_name = SITE_NAME
    148148    currency = CURRENCY
    149     pay_item_id = '0000' # must be provided by Interswitch
    150149    product_id = PRODUCT_ID
    151150    mac = MAC
     
    168167        xmldict = {}
    169168        provider_amt = 0.0
    170         xmldict['institution_acct'] = '0040484781'
    171         xmldict['institution_bank_id'] = '31'
     169        pay_item_id = '101'
     170        xmldict['institution_acct'] = '1011005811'
     171        xmldict['institution_bank_id'] = '117'
    172172        xmldict['detail_ref'] = self.context.p_id
    173173        xmldict['provider_amt'] = 100 * provider_amt
     
    192192            self.context.p_id +
    193193            PRODUCT_ID +
    194             self.pay_item_id +
     194            pay_item_id +
    195195            str(int(self.amount_auth)) +
    196196            self.site_redirect_url +
Note: See TracChangeset for help on using the changeset viewer.