Changeset 11846 for main/waeup.aaue/trunk/src/waeup/aaue/etranzact
- Timestamp:
- 17 Oct 2014, 06:13:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r11654 r11846 370 370 return '' 371 371 372 class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant):373 374 @property375 def target_url(self):376 return ''377 378 class InterswitchRequestWebserviceActionButtonApplicant(379 InterswitchRequestWebserviceActionButtonApplicant):380 381 @property382 def target_url(self):383 return ''372 #class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant): 373 374 # @property 375 # def target_url(self): 376 # return '' 377 378 #class InterswitchRequestWebserviceActionButtonApplicant( 379 # InterswitchRequestWebserviceActionButtonApplicant): 380 381 # @property 382 # def target_url(self): 383 # return ''
Note: See TracChangeset for help on using the changeset viewer.