Ignore:
Timestamp:
30 Nov 2007, 16:21:50 (17 years ago)
Author:
joachim
Message:

customize pay_ship_to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/fceokene/waeup_custom/pay_interswitch.py

    r2824 r2833  
    5050    return context.interswitch_form(info=info)
    5151amount = info['amount'] = fee_dict['all']
     52info['pay_ship_to'] = "Federal College of Education Okene"
    5253
    5354# end customization
     
    6364info['type_description'] = fee_dict['description']
    6465info['pay_bill_to'] = sbrain.name
    65 info['pay_ship_to'] = "University of Benin"
    6666info['student_id'] = student_id
    6767info['student_name'] = sbrain.name
     68info['type'] = 'ONL'
     69info['status'] = 'started'
     70info['target'] = sbrain.course
     71info['subject'] = 'schoolfee'
    6872info['student_email'] = sbrain.email
    6973now = DateTime.DateTime()
Note: See TracChangeset for help on using the changeset viewer.