Ignore:
Timestamp:
7 Feb 2022, 16:42:25 (3 years ago)
Author:
Henrik Bettermann
Message:

We need a serviceTypeId for plag_test payments.

File:
1 edited

Legend:

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

    r16782 r16783  
    111111        if self.context.p_category == 'jupeb':
    112112            return '1947198586'
     113        if self.context.p_category == 'plag_test':
     114            return '000000000'
    113115        #if self.context.p_category == 'pharmd_1':
    114116        #    return '2750314820' # Clerkship
     
    116118            return '2750174184' # Module 1
    117119        if self.context.p_category == 'medical_quest':
    118             return '512570052'
     120            return ''
    119121        return ''
    120122
Note: See TracChangeset for help on using the changeset viewer.