Changeset 17224


Ignore:
Timestamp:
14 Dec 2022, 08:14:56 (22 months ago)
Author:
Henrik Bettermann
Message:

No fixed gateway charge.

File:
1 edited

Legend:

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

    r17223 r17224  
    247247    pay_item_id = 'Default_Payable_MX76823'
    248248    merchant_code = 'MX76823'
    249     gateway_amt = GATEWAY_AMT
     249    gateway_amt = 0.0
    250250
    251251class CustomWebCheckoutPageApplicant(WebCheckoutPageApplicant):
     
    258258    pay_item_id = 'Default_Payable_MX76823'
    259259    merchant_code = 'MX76823'
    260     gateway_amt = GATEWAY_AMT
     260    gateway_amt = 0.0
    261261
    262262class CustomWebCheckoutConfirmTransactionStudent(WebCheckoutConfirmTransactionStudent):
Note: See TracChangeset for help on using the changeset viewer.