Ignore:
Timestamp:
17 Dec 2018, 16:55:38 (6 years ago)
Author:
Henrik Bettermann
Message:

Update skeleton package.

File:
1 edited

Legend:

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

    r15010 r15269  
    3838CURRENCY = '566'
    3939GATEWAY_AMT = 150.0
     40MAC = '' # must be provided by Interswitch
    4041
    4142#POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
     
    5859    currency = CURRENCY
    5960    product_id = PRODUCT_ID
    60     mac = ''  # must be provided by Interswitch
     61    mac = MAC 
    6162
    6263    def update(self):
     
    122123    pay_item_id = '0000' # must be provided by Interswitch
    123124    product_id = PRODUCT_ID
    124     mac = ''
     125    mac = MAC
    125126
    126127    def update(self):
     
    171172    gateway_host = HOST
    172173    gateway_url = URL
     174    mac = MAC
    173175
    174176class CustomInterswitchPaymentVerifyWebservicePageStudent(
     
    180182    gateway_host = HOST
    181183    gateway_url = URL
     184    mac = MAC
    182185
    183186class CustomInterswitchPaymentRequestWebservicePageApplicant(
     
    189192    gateway_host = HOST
    190193    gateway_url = URL
     194    mac = MAC
    191195
    192196class CustomInterswitchPaymentVerifyWebservicePageApplicant(
     
    198202    gateway_host = HOST
    199203    gateway_url = URL
     204    mac = MAC
Note: See TracChangeset for help on using the changeset viewer.