Ignore:
Timestamp:
2 Oct 2024, 07:18:26 (26 hours ago)
Author:
Henrik Bettermann
Message:

Add payment category.

Location:
main/kofacustom.unidel/trunk/src/kofacustom/unidel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interfaces.py

    r17894 r17933  
    138138        )
    139139
     140    union_fee = schema.Float(
     141        title = _(u'Student Union Due'),
     142        default = 0.0,
     143        required = False,
     144        )
     145
    140146
    141147    def getSessionString():
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17931 r17933  
    152152            xmldict['institution_bank_id'] = '129'
    153153            provider_amt = 2000.0
     154        elif self.context.p_category.startswith('union'):
     155            xmldict['institution_acct'] = '1011438901'
    154156        self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch
    155157        # Already now it becomes an Interswitch payment. We set the net amount
Note: See TracChangeset for help on using the changeset viewer.