Ignore:
Timestamp:
21 Jul 2014, 12:38:28 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust provider_amt and gateway_amt and dalash_amt for log_book payments.

Location:
main/waeup.kwarapoly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/CHANGES.txt

    r11682 r11766  
    441.2dev (unreleased)
    55===================
     6
     7* Adjust provider_amt and gateway_amt and dalash_amt for log_book
     8  payments.
    69
    710* Fix fee calculation for 'Loss of ID Card' payments.
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py

    r11760 r11766  
    141141            self.pay_item_id = '122'
    142142            dalash_amt = 6.0
    143             xmldict['dalash_amt'] = 100 * dalash_amt
    144143            provider_amt = 9.0
    145144            gateway_amt = 15.0
     
    147146            self.pay_item_id = '123'
    148147            dalash_amt = 3.0
    149             xmldict['dalash_amt'] = 100 * dalash_amt
    150148            provider_amt = 4.5
    151149            gateway_amt = 7.5
     
    169167            self.pay_item_id = '132'
    170168            dalash_amt = 6.0
    171             xmldict['dalash_amt'] = 100 * dalash_amt
    172169            provider_amt = 9.0
    173170            gateway_amt = 15.0
     
    182179        elif self.context.p_category == 'log_book':
    183180            self.pay_item_id = '137'
     181            dalash_amt = 3.0
     182            provider_amt = 4.5
     183            gateway_amt = 7.5
    184184            xmldict['institution_acct'] = "1010508401"
    185185            xmldict['institution_bank_id'] = '117'
     
    314314                self.pay_item_id = '122'
    315315                dalash_amt = 6.0
    316                 xmldict['dalash_amt'] = 100 * dalash_amt
    317316                provider_amt = 9.0
    318317                gateway_amt = 15.0
     
    320319                self.pay_item_id = '123'
    321320                dalash_amt = 3.0
    322                 xmldict['dalash_amt'] = 100 * dalash_amt
    323321                provider_amt = 4.5
    324322                gateway_amt = 7.5
     
    342340                self.pay_item_id = '132'
    343341                dalash_amt = 6.0
    344                 xmldict['dalash_amt'] = 100 * dalash_amt
    345342                provider_amt = 9.0
    346343                gateway_amt = 15.0
     
    355352            elif self.context.p_category == 'log_book':
    356353                self.pay_item_id = '137'
     354                dalash_amt = 3.0
     355                provider_amt = 4.5
     356                gateway_amt = 7.5
    357357                xmldict['institution_acct'] = "1010508401"
    358358                xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.