Changeset 2900 for WAeUP_SRP/base
- Timestamp:
- 9 Dec 2007, 21:42:44 (17 years ago)
- Location:
- WAeUP_SRP/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Payment.py
r2899 r2900 20 20 class PaymentsFolder(CPSDocument): ###( 21 21 """ 22 WAeUP PaymentsFolder containing Payment smmodation halls22 WAeUP PaymentsFolder containing Payment objects 23 23 """ 24 24 meta_type = 'PaymentsFolder' … … 51 51 class Payment(CPSDocument): ###( 52 52 """ 53 WAeUP Payment containing Departments53 WAeUP Payment containing Nothing 54 54 """ 55 55 meta_type = 'Payment' … … 108 108 d['resp_card_num'] = doc.resp_card_num 109 109 d['date'] = getattr(doc,'date',None) 110 110 111 111 review_state = wftool.getInfoFor(self.aq_parent,'review_state',None) 112 112 if review_state == "closed": -
WAeUP_SRP/base/skins/waeup_epayment/interswitch_acco_cb.py
r2895 r2900 56 56 57 57 ## for testing purposes 58 pd['resp_desc'] = 'Simulated Callback'59 pd['resp_pay_reference'] = 'XXXX'60 pd['resp_code'] = '00'61 pd['resp_card_num'] = '0000'62 pd['resp_approved_amount'] = '10000'58 #pd['resp_desc'] = 'Simulated Callback' 59 #pd['resp_pay_reference'] = 'XXXX' 60 #pd['resp_code'] = '00' 61 #pd['resp_card_num'] = '0000' 62 #pd['resp_approved_amount'] = '10000' 63 63 64 64 if pd['resp_code'] == '00' and len(pd['resp_approved_amount']) > 4:
Note: See TracChangeset for help on using the changeset viewer.