Changeset 17259 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 9 Jan 2023, 09:47:22 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/paypal/applicantsbrowser.py
r17252 r17259 124 124 if response.get("status", None) == "COMPLETED": 125 125 self.context.p_state = u'paid' 126 if self.context.payment_date is None: 127 self.context.payment_date = datetime.utcnow() 126 128 if not response: 127 129 self.flash(_('Paypal Order ID not found.'), type='danger')
Note: See TracChangeset for help on using the changeset viewer.