Ignore:
Timestamp:
9 Jul 2018, 12:08:06 (6 years ago)
Author:
Henrik Bettermann
Message:

Temporarily disable WAeAC charge for transcript payments.

File:
1 edited

Legend:

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

    r15074 r15079  
    8080            if self.context.p_category == 'clearance':
    8181                provider_amt = 1500.0
    82             if self.context.p_category in ('transcript', 'certificate'):
    83                 provider_amt = 2000.0
     82
     83            # temporarily disabled
     84            #if self.context.p_category in ('transcript', 'certificate'):
     85            #    provider_amt = 2000.0
     86
    8487        # Institution data
    8588        xmldict['institution_acct'] = '0068241848'
Note: See TracChangeset for help on using the changeset viewer.