- Timestamp:
- 14 Dec 2022, 08:14:56 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/interswitch/browser.py
r17223 r17224 247 247 pay_item_id = 'Default_Payable_MX76823' 248 248 merchant_code = 'MX76823' 249 gateway_amt = GATEWAY_AMT249 gateway_amt = 0.0 250 250 251 251 class CustomWebCheckoutPageApplicant(WebCheckoutPageApplicant): … … 258 258 pay_item_id = 'Default_Payable_MX76823' 259 259 merchant_code = 'MX76823' 260 gateway_amt = GATEWAY_AMT260 gateway_amt = 0.0 261 261 262 262 class CustomWebCheckoutConfirmTransactionStudent(WebCheckoutConfirmTransactionStudent):
Note: See TracChangeset for help on using the changeset viewer.