- Timestamp:
- 16 Jun 2014, 08:29:22 (11 years ago)
- Location:
- main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni/payments/interfaces.py
r10765 r11687 18 18 from zope.interface import Attribute 19 19 from zope import schema 20 from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment21 from kofacustom.s keleton.interfaces import MessageFactory as _20 from waeup.kofa.payments.interfaces import IOnlinePayment 21 from kofacustom.sampleuni.interfaces import MessageFactory as _ 22 22 23 class ICustomOnlinePayment(I NigeriaOnlinePayment):23 class ICustomOnlinePayment(IOnlinePayment): 24 24 """A payment via payment gateways. 25 25
Note: See TracChangeset for help on using the changeset viewer.