Ignore:
Timestamp:
24 Oct 2012, 22:01:59 (12 years ago)
Author:
Henrik Bettermann
Message:

Add payment category 'block_h_payment'.

The interswitch module has still to be configured. Bank details and pay_item_id is missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/utils/utils.py

    r9402 r9409  
    3232        'sse': 'SSE Hostel'
    3333        }
     34
     35    PAYMENT_CATEGORIES = {
     36        'schoolfee': 'School Fee',
     37        'clearance': 'Acceptance Fee',
     38        'hostel_maintenance': 'Regular Hostel Maintenance Fee',
     39        'block_h_maintenance': 'Block H Maintenance Fee',
     40        'application': 'Application Fee'
     41        }
Note: See TracChangeset for help on using the changeset viewer.