Ignore:
Timestamp:
2 Dec 2021, 11:26:36 (3 years ago)
Author:
Henrik Bettermann
Message:

Change pay_item_id and merchand_id.

File:
1 edited

Legend:

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

    r16716 r16730  
    9393        xmldict['institution_bank_id'] = '31'
    9494        provider_amt = 0.0
    95         self.pay_item_id = 'Default_Payable_MX26002' # must be provided by Interswitch
     95        self.pay_item_id = 'Default_Payable_MX47030' # must be provided by Interswitch
    9696        xmldict['provider_amt'] = 100 * provider_amt
    9797        xmldict['institution_item_name'] = self.context.category
     
    135135    site_name = SITE_NAME
    136136    currency = CURRENCY
    137     pay_item_id = 'Default_Payable_MX26002' # must be provided by Interswitch
     137    pay_item_id = 'Default_Payable_MX47030' # must be provided by Interswitch
    138138    product_id = PRODUCT_ID
    139139    mac = MAC
     
    255255PAYDIRECT_HOST = 'orion.interswitchng.com'
    256256PAYDIRECT_URL = '/bookonhold/bookonhold.asmx'
    257 MERCHANT_ID = '8137'
     257MERCHANT_ID = 'MX47030'
    258258
    259259class CustomPAYDirectPageStudent(PAYDirectPageStudent):
Note: See TracChangeset for help on using the changeset viewer.