Changeset 16880 for main/kofacustom.nigeria
- Timestamp:
- 15 Mar 2022, 08:30:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r16484 r16880 69 69 if self.context.p_state != 'unpaid': 70 70 return '' 71 if self.context.amount_auth == 0: 72 return '' 71 73 return self.view.url(self.view.context, self.target) 72 74 … … 81 83 return '' 82 84 if self.context.p_state != 'unpaid': 85 return '' 86 if self.context.amount_auth == 0: 83 87 return '' 84 88 return self.view.url(self.view.context, self.target)
Note: See TracChangeset for help on using the changeset viewer.