Changeset 17222 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 13 Dec 2022, 19:31:01 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/webcheckoutbrowser.py
r17221 r17222 254 254 # Webservice request views 255 255 256 class WebCheckoutConfirmTransaction PageApplicant(UtilityView, grok.View):256 class WebCheckoutConfirmTransactionApplicant(UtilityView, grok.View): 257 257 """ Request webservice view for the WebCheckout gateway 258 258 """ … … 295 295 return 296 296 297 class WebCheckoutConfirmTransaction PageStudent(UtilityView, grok.View):297 class WebCheckoutConfirmTransactionStudent(UtilityView, grok.View): 298 298 """ Request webservice view for the WebCheckout gateway 299 299 """
Note: See TracChangeset for help on using the changeset viewer.