Changeset 8639 for main/waeup.fceokene/trunk/src
- Timestamp:
- 6 Jun 2012, 19:25:44 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/browser/pdf.py
r8204 r8639 27 27 """ 28 28 29 header_logo_path = os.path.join(30 os.path.dirname(__file__), 'static', 'pdf_logo.jpg')31 watermark_path = os.path.join(32 os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')29 #header_logo_path = os.path.join( 30 # os.path.dirname(__file__), 'static', 'pdf_logo.jpg') 31 #watermark_path = os.path.join( 32 # os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 33 33 34 watermark_pos = [-25, 100]35 logo_pos = [507, 720, 40]34 #watermark_pos = [-25, 100] 35 #logo_pos = [507, 720, 40] -
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r8460 r8639 103 103 if payment.r_code != '00': 104 104 msg = _('Unsuccessful callback: ${a}', mapping = {'a': sr}) 105 log = 'u successful callback for payment %s: %s' % (payment.p_id, sr)105 log = 'unsuccessful callback for payment %s: %s' % (payment.p_id, sr) 106 106 payment.p_state = 'failed' 107 107 return False, msg, log
Note: See TracChangeset for help on using the changeset viewer.