Changeset 17240 for main/kofacustom.nigeria/branches/uli-paypal/src/kofacustom/nigeria/paypal/applicantsbrowser.py
- Timestamp:
- 24 Dec 2022, 09:23:42 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/branches/uli-paypal/src/kofacustom/nigeria/paypal/applicantsbrowser.py
r17239 r17240 124 124 if response.get("status", None) == "COMPLETED": 125 125 self.context.p_state = u'paid' 126 if not RRR:126 if not response: 127 127 self.flash(_('Paypal Order ID not found.'), type='danger') 128 128 return … … 180 180 return _("Paypal order failed: %s") % err_msg 181 181 self.context.r_payment_link = payment_link 182 self.context.r_pay_reference = order_id 182 183 self.context.r_company = u'paypal' 183 184 self.customer = self.context.__parent__
Note: See TracChangeset for help on using the changeset viewer.