Ignore:
Timestamp:
19 Sep 2014, 16:00:43 (10 years ago)
Author:
Henrik Bettermann
Message:

Revert back to the old sharing ratios.

File:
1 edited

Legend:

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

    r11795 r11797  
    249249            self.pay_item_id = '104'
    250250            # Until 14/9/2014 we have not sent split amount data for pre applications.
    251             # To compenstate the loss we temporarily double the split amounts.
    252             # See ticket 75.
    253             provider_amt = 600.0
    254             dalash_amt = 400.0
     251            # To compenstate the loss we temporarily doubled the split amounts
     252            # until 20/9/2014, see ticket 75.
     253            #provider_amt = 600.0
     254            #dalash_amt = 400.0
    255255        elif self.applicant.applicant_id.startswith('pre'):
    256256            # changed for prejambites from FBN '2013910271' to GTBank '0106259811'
     
    258258            xmldict['institution_bank_id'] = '10'
    259259            # Until 14/9/2014 we have not sent split amount data for pre applications.
    260             # To compenstate the loss we temporarily double the split amounts.
    261             # See ticket 75.
    262             provider_amt = 600.0
    263             dalash_amt = 400.0
     260            # To compenstate the loss we temporarily doubled the split amounts
     261            # until 20/9/2014, see ticket 75.
     262            #provider_amt = 600.0
     263            #dalash_amt = 400.0
    264264        elif self.applicant.applicant_id.startswith('special'):
    265265            if self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
Note: See TracChangeset for help on using the changeset viewer.