Changeset 16724


Ignore:
Timestamp:
25 Nov 2021, 14:24:37 (3 years ago)
Author:
Henrik Bettermann
Message:

Adjust Interswitch integration.

Location:
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interfaces.py

    r16717 r16724  
    6868
    6969    interswitch_enabled = schema.Bool(
    70         title = _(u'Interswitch integration enabled'),
     70        title = _(u'Interswitch Collegepay integration enabled'),
     71        default = False,
     72        )
     73
     74    interswitch_paydirect_enabled = schema.Bool(
     75        title = _(u'Interswitch Paydirect integration enabled'),
    7176        default = False,
    7277        )
  • main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser.py

    r16717 r16724  
    3232
    3333PRODUCT_ID = '' # must be provided by Interswitch
    34 SITE_NAME = 'skeleton-kofa.waeup.org'
     34SITE_NAME = 'skeleton.waeup.org'
    3535PROVIDER_ACCT = '00000000'
    3636PROVIDER_BANK_ID = '00'
    3737PROVIDER_ITEM_NAME = 'WAeAC'
    38 INSTITUTION_NAME = 'Skeleton'
     38INSTITUTION_NAME = 'SKELETON'
    3939CURRENCY = '566'
    4040GATEWAY_AMT = 150.0
    4141MAC = '' # must be provided by Interswitch
    4242
    43 #POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
     43#POST_ACTION = 'https://webpay.interswitchng.com/collections/w/pay'
    4444POST_ACTION = 'https://sandbox.interswitchng.com/webpay/pay'
    4545#HOST = 'webpay.interswitchng.com'
Note: See TracChangeset for help on using the changeset viewer.