[2644] | 1 | ## Script (Python) "pay_online" |
---|
| 2 | ##bind container=container |
---|
| 3 | ##bind context=context |
---|
| 4 | ##bind namespace= |
---|
| 5 | ##bind script=script |
---|
| 6 | ##bind subpath=traverse_subpath |
---|
| 7 | ##parameters= |
---|
| 8 | ##title= |
---|
| 9 | ## |
---|
| 10 | # $Id: pay_interswitch.py 2619 2007-11-10 17:39:36Z henrik $ |
---|
| 11 | """ |
---|
| 12 | pay online |
---|
| 13 | """ |
---|
| 14 | from urllib import urlencode |
---|
| 15 | import logging |
---|
| 16 | logger = logging.getLogger('Skins.pay_interswitch') |
---|
| 17 | import DateTime |
---|
| 18 | |
---|
| 19 | if context.portal_membership.isAnonymousUser(): |
---|
| 20 | return None |
---|
| 21 | |
---|
| 22 | try: |
---|
| 23 | from Products.zdb import set_trace |
---|
| 24 | except: |
---|
| 25 | def set_trace(): |
---|
| 26 | pass |
---|
| 27 | request = context.REQUEST |
---|
| 28 | wftool = context.portal_workflow |
---|
| 29 | students = context.portal_url.getPortalObject().campus.students |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | student_id = context.getStudentId() |
---|
| 33 | student = getattr(students,student_id) |
---|
| 34 | |
---|
| 35 | sbrain = context.students_catalog(id=student_id)[0] |
---|
| 36 | #amount,description = context.getSchoolFee(sbrain.faculty,sbrain.session,sbrain.course) |
---|
| 37 | info = {} |
---|
| 38 | info['student'] = sbrain |
---|
| 39 | info['payment_possible'] = False |
---|
| 40 | info['amount'] = '0' |
---|
| 41 | info['bank'] = '' |
---|
| 42 | info['type_description'] = '' |
---|
| 43 | info['pay_bill_to'] = '' |
---|
| 44 | fee_dict = context.getSchoolFee(sbrain) |
---|
| 45 | fulltime = sbrain.mode.endswith('_ft') |
---|
| 46 | |
---|
| 47 | # begin customization |
---|
| 48 | |
---|
| 49 | if not fee_dict: |
---|
| 50 | return context.interswitch_form(info=info) |
---|
| 51 | amount = info['amount'] = fee_dict['all'] |
---|
| 52 | |
---|
| 53 | # end customization |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | info['site_id'] = '61' |
---|
| 57 | info['currency_id'] = '566' |
---|
| 58 | |
---|
| 59 | pay_item_id = "6101" |
---|
| 60 | info['type_code'] = sbrain.course #type_code is redundant and will be removed soon |
---|
| 61 | info['bank'] = '' |
---|
| 62 | info['payment_possible'] = True |
---|
| 63 | info['type_description'] = fee_dict['description'] |
---|
| 64 | info['pay_bill_to'] = sbrain.name |
---|
| 65 | info['pay_ship_to'] = "University of Benin" |
---|
| 66 | info['student_id'] = student_id |
---|
| 67 | info['student_name'] = sbrain.name |
---|
| 68 | info['student_email'] = sbrain.email |
---|
| 69 | now = DateTime.DateTime() |
---|
| 70 | info['date'] = now |
---|
| 71 | timestamp = "%d" % int(now.timeTime()*1000) |
---|
| 72 | info['order_id'] = "%s%s" % (student_id[1:],timestamp) |
---|
| 73 | p_id = "p%s" % timestamp |
---|
| 74 | |
---|
| 75 | if student_id is None: |
---|
| 76 | return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) |
---|
| 77 | |
---|
| 78 | if True or context.portal_url().find('uniben-demo.waeup.org') >-1 or\ |
---|
| 79 | context.portal_url().find('uniben.waeup.org') >-1: |
---|
| 80 | info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx" |
---|
| 81 | else: |
---|
| 82 | #pass |
---|
| 83 | #return None |
---|
| 84 | info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id) |
---|
| 85 | |
---|
| 86 | |
---|
| 87 | if "payments" not in student.objectIds(): |
---|
| 88 | student.invokeFactory('PaymentsFolder','payments') |
---|
| 89 | payments = getattr(student,'payments') |
---|
| 90 | d = {} |
---|
| 91 | d['Title'] = 'Payments' |
---|
| 92 | payments.getContent().edit(mapping=d) |
---|
| 93 | wftool.doActionFor(payments,'open') |
---|
| 94 | else: |
---|
| 95 | payments = getattr(student,'payments') |
---|
| 96 | if request.has_key('epayment'): |
---|
| 97 | return context.interswitch_form(info=info) |
---|
| 98 | |
---|
| 99 | |
---|
| 100 | payments.invokeFactory('Payment', p_id) |
---|
| 101 | payment = getattr(payments,p_id) |
---|
| 102 | wftool.doActionFor(payment,'open') |
---|
| 103 | d = {} |
---|
| 104 | d.update(info) |
---|
| 105 | #from Products.zdb import set_trace;set_trace() |
---|
| 106 | payment.getContent().edit(mapping=d) |
---|
| 107 | #wftool.doActionFor(payment,'close') |
---|
| 108 | #wftool.doActionFor(student,'pay_school_fee') |
---|
| 109 | info['callback_url'] = "%s/payments/%s/interswitch_cb?echo=%s" % (student.absolute_url(), |
---|
| 110 | p_id, |
---|
| 111 | p_id) |
---|
| 112 | |
---|
| 113 | logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info) |
---|
| 114 | payment_fields = (('product_id','site_id'), |
---|
| 115 | ('site_redirect_url','callback_url'), |
---|
| 116 | ('Currency','currency_id'), |
---|
| 117 | ('cust_id','student_id'), |
---|
| 118 | ('cust_id_desc','type_description'), |
---|
| 119 | ('cust_name','student_name'), |
---|
| 120 | ('txn_ref','order_id'), |
---|
| 121 | ('Amount','amount'), |
---|
| 122 | ) |
---|
| 123 | args = {} |
---|
| 124 | for arg,field in payment_fields: |
---|
| 125 | args[arg] = info[field] |
---|
| 126 | itotal = int(amount)*100 |
---|
| 127 | wema_amount = 10000 |
---|
| 128 | provider_amount = 35000 |
---|
| 129 | interswitch_amount = 15000 |
---|
| 130 | #uniben_amount = itotal - wema_amount - provider_amount - interswitch_amount |
---|
| 131 | uniben_amount = itotal - interswitch_amount |
---|
| 132 | xmldict = {} |
---|
| 133 | xmldict['detail_ref'] = args['txn_ref'] |
---|
| 134 | xmldict['department'] = sbrain.department |
---|
| 135 | xmldict['faculty'] = sbrain.faculty |
---|
| 136 | #xmldict['wema_amt'] = "%d" % wema_amount |
---|
| 137 | #xmldict['provider_amt'] = "%d" % provider_amount |
---|
| 138 | xmldict['uniben_amt'] = "%d" % uniben_amount |
---|
| 139 | ##<item_detail item_id="2" item_name="WEMA" item_amt="%(wema_amt)s" bank_id="16" acct_num="48398023902" /> |
---|
| 140 | ##<item_detail item_id="3" item_name="Portal Provider" item_amt="%(provider_amt)s" bank_id="47" acct_num="0980938209483" /> |
---|
| 141 | xmltext = """ |
---|
| 142 | <payment_item_detail> |
---|
| 143 | <item_details detail_ref="%(detail_ref)s" college="FCEOKENE" department="%(department)s" |
---|
| 144 | faculty="%(faculty)s"> |
---|
| 145 | <item_detail item_id="1" item_name="FCEOKENE" item_amt="%(uniben_amt)s" bank_id="16" acct_num="384950902390" /> |
---|
| 146 | </item_details> |
---|
| 147 | </payment_item_detail> |
---|
| 148 | """ % xmldict |
---|
| 149 | #total = int(xmldict['uniben_amt'])+int(xmldict['wema_amt'])+int(xmldict['provider_amt']) |
---|
| 150 | total = int(xmldict['uniben_amt']) |
---|
| 151 | args['Amount'] = "%d" % (total + 15000) |
---|
| 152 | args['site_name'] = "fceokene.waeup.org" |
---|
| 153 | args['cust_name_desc'] = "Student Name" |
---|
| 154 | args['pay_item_id'] = pay_item_id |
---|
| 155 | args['pay_item_name'] = "FCEOKENE Tuition Payments" |
---|
| 156 | args['payment_params'] = 'switch_college_split' |
---|
| 157 | #args['xml_data'] = xmltext % info |
---|
| 158 | args['xml_data'] = '' |
---|
| 159 | info['args'] = args |
---|
| 160 | return context.goto_interswitch_form(info=info) |
---|