Ignore:
Timestamp:
19 Oct 2016, 11:04:49 (8 years ago)
Author:
Henrik Bettermann
Message:

Change fees.

Activate acceptance fee payments.

Add IJMB result fee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py

    r14074 r14218  
    8888    'utme_cbt': ('143', 6.0, 9.0, '0106259811', '10'),
    8989    'nysc_id_card': ('144', 6.0, 9.0, '0106259811', '10'),
     90    'ijmb_result': ('147', 200.0, 300.0, '0106259811', '10'),
    9091    }
    9192
     
    173174            dalash_amt = 0.0
    174175            provider_amt = 0.0
     176        elif 'clearance' in self.context.p_category:
     177            self.pay_item_id = '146'
     178            xmldict['institution_acct'] = "0106259811"
     179            xmldict['institution_bank_id'] = '10'
     180            dalash_amt = 200.0
     181            provider_amt = 300.0
    175182        else:
    176183            xmldict['institution_acct'] = "0000000000000"
Note: See TracChangeset for help on using the changeset viewer.