- Timestamp:
- 9 Aug 2017, 10:03:43 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/webservices.py
r14781 r14783 101 101 ticket, self.merchantId, self.api_key, 102 102 rrr, self.host, self.https, False) 103 if not success: 104 failed += 1 105 continue 103 106 if hasattr(ticket, 'doAfterStudentPayment'): 104 107 ticket.student.writeLogMessage(self, log) 105 if not success:106 failed += 1107 continue108 108 successful += 1 109 109 write_payments_log(ticket.student.student_id, ticket) … … 114 114 applicant = ticket.__parent__ 115 115 applicant.writeLogMessage(self, log) 116 if not success:117 failed += 1118 continue119 116 successful += 1 120 117 write_payments_log(applicant.applicant_id, ticket)
Note: See TracChangeset for help on using the changeset viewer.