Ignore:
Timestamp:
26 Jul 2022, 14:06:26 (2 years ago)
Author:
Henrik Bettermann
Message:

Configure application serviceTypeIds.

File:
1 edited

Legend:

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

    r16878 r17034  
    278278            return '698984179'
    279279        if applicant.__parent__.prefix == 'flc':
    280             return '757257557'
     280            return '757257557'     
     281        if applicant.__parent__.prefix in ('pt', 'ptext'):
     282            return '2072815846'
     283        if applicant.__parent__.prefix.startswith('pg'):
     284            return '2067086388'   
     285        if applicant.__parent__.prefix in ('sandwich'):
     286            return '2072760654'                 
    281287        return ''
    282288
     
    295301    @property
    296302    def lineitems(self):
     303        if self.context.__parent__.applicant_id.startswith('dp'):
     304            inst_acct = "0040217361038"
     305        else:
     306            inst_acct = "0040217361011"
     307               
    297308        provider_amt = 1000.0
    298309        if self.context.__parent__.applicant_id.startswith('pre'):
     
    306317        if self.context.__parent__.applicant_id.startswith('pude'):
    307318            provider_amt = 500.0
    308         if self.context.__parent__.applicant_id.startswith('dp'):
    309             inst_acct = "0040217361038"
    310         else:
    311             inst_acct = "0040217361011"
    312319        if self.context.__parent__.applicant_id.startswith('cbt'):
    313320            provider_amt = 300.0
     
    324331                          "beneficiaryAccount":"1014261520","bankCode":"057",
    325332                          "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},)
    326 
    327333        self.context.provider_amt = provider_amt
    328334        self.context.net_amt = inst_amt
Note: See TracChangeset for help on using the changeset viewer.