Changeset 12141 for main/waeup.ikoba/branches/uli-payments
- Timestamp:
- 4 Dec 2014, 04:04:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/payment.py
r12140 r12141 88 88 grok.provides(IOnlinePayment) 89 89 90 def __init__(self):91 super(OnlinePayment, self).__init__()92 p_id = None93 return94 95 90 def approve(self): 96 91 "Approve online payment and set to paid."
Note: See TracChangeset for help on using the changeset viewer.