Changeset 14813


Ignore:
Timestamp:
22 Aug 2017, 14:02:50 (7 years ago)
Author:
Henrik Bettermann
Message:

Fix service type id and change provider amount for application payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r14809 r14813  
    195195        applicant = self.context.__parent__
    196196        if applicant.__parent__.prefix.startswith('dp'):
    197             return '2067080314'
     197            return '2066963437'
    198198        if applicant.__parent__.prefix.startswith('pg'):
    199             return '2067086157'
     199            return '2067086388'
    200200        if applicant.__parent__.prefix == 'pre':
    201             return '1947201668'
     201            return '1946882248'
    202202        if applicant.__parent__.prefix in ('pude','putme','cbt',
    203203                                           'ab','ak','akj'):
    204             return '2067089446'
     204            return '2066965951'
    205205        return ''
    206206
     
    219219    @property
    220220    def lineitems(self):
    221         provider_amt = 400.0
    222         if self.context.__parent__.applicant_id.startswith('cbt'):
    223             provider_amt = 200.0
     221        provider_amt = 1000.0
     222        #if self.context.__parent__.applicant_id.startswith('cbt'):
     223        #    provider_amt = 200.0
    224224        inst_amt = self.context.amount_auth - provider_amt
    225225        lineitems = (
Note: See TracChangeset for help on using the changeset viewer.