Ignore:
Timestamp:
14 Feb 2022, 15:43:38 (3 years ago)
Author:
Henrik Bettermann
Message:

Change merchant id.

File:
1 edited

Legend:

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

    r16796 r16806  
    9393        xmldict['institution_bank_id'] = '31'
    9494        provider_amt = 0.0
    95         self.pay_item_id = 'Default_Payable_MX47030' # must be provided by Interswitch
     95        self.pay_item_id = 'Default_Payable_MX26002' # 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_MX47030' # must be provided by Interswitch
     137    pay_item_id = 'Default_Payable_MX26002' # 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 = 'MX47030'
     257MERCHANT_ID = 'MX26002'
    258258
    259259class CustomPAYDirectPageStudent(PAYDirectPageStudent):
Note: See TracChangeset for help on using the changeset viewer.