Changeset 8392 for WAeUP_SRP/trunk/skins/waeup_uniben
- Timestamp:
- 9 May 2012, 10:30:38 (13 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_uniben/getPaymentInfo.py
r8315 r8392 38 38 info['is_im_pmt'] = im = payment.resp_code in ('IM',) 39 39 info['is_etranzact_pmt'] = ie = payment.type == 'etranzact' 40 info['is_ online_pmt'] = io = payment.resp_code in ('0','00','AP','IP',)40 info['is_interswitch_pmt'] = io = payment.resp_code in ('0','00','AP','IP',) and payment.type == 'online' 41 41 info['is_request_pmt'] = ir = payment.resp_code in ('RP',) 42 42 info['is_scratchcard_pmt'] = isc = payment.resp_code == 'SC' -
WAeUP_SRP/trunk/skins/waeup_uniben/payment_receipt.pt
r8315 r8392 82 82 </metal:block> 83 83 84 <metal:block tal:condition="info/is_ online_pmt">84 <metal:block tal:condition="info/is_interswitch_pmt"> 85 85 <h3>Interswitch Payment Receipt</h3> 86 86 <br />
Note: See TracChangeset for help on using the changeset viewer.