- Timestamp:
- 31 Oct 2019, 15:09:01 (5 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r15702 r15727 341 341 self.student = student 342 342 self.xmldict = xmldict 343 self.context.r_company = u'interswitch' 343 344 return 344 345 … … 389 390 self.context.creation_date, tz).strftime("%Y-%m-%d %H:%M:%S %Z") 390 391 self.site_redirect_url = self.url(self.context, 'request_webservice') 392 self.context.r_company = u'interswitch' 391 393 return 392 394 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/helpers.py
r14245 r15727 179 179 payment.r_card_num = jr['CardNumber'] 180 180 payment.r_pay_reference = jr['PaymentReference'] 181 payment.r_company = u'interswitch'181 #payment.r_company = u'interswitch' 182 182 if payment.r_code != '00': 183 183 msg = _('Unsuccessful callback: ${a}', mapping = {'a': payment.r_desc})
Note: See TracChangeset for help on using the changeset viewer.