Ignore:
Timestamp:
13 Jun 2007, 15:57:09 (17 years ago)
Author:
joachim
Message:

mostly interswitch integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_interswitch.py

    r1885 r1892  
    122122""" % xmldict
    123123total = int(xmldict['uniben_amt'])+int(xmldict['wema_amt'])+int(xmldict['provider_amt'])
    124 args['Amount'] = "%d" % total
     124args['Amount'] = "%d" % (total + 15000)
    125125args['site_name'] = "uniben.waeup.org"
    126126args['cust_name_desc'] = "Student Name"
Note: See TracChangeset for help on using the changeset viewer.