- Timestamp:
- 7 Nov 2019, 21:11:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py
r15259 r15777 74 74 self.redirect(self.url(self.context, '@@index')) 75 75 return 76 self.context.r_company = u'interswitch' 76 77 student = self.student 77 78 xmldict = self.xmldict … … 119 120 self.context.provider_amt = provider_amt 120 121 self.context.gateway_amt = GATEWAY_AMT 121 122 self.amount_auth = int(100 * self.context.amount_auth) 122 123 hashargs = ( 123 124 self.context.p_id + … … 148 149 self.redirect(self.url(self.context, '@@index')) 149 150 return 151 self.context.r_company = u'interswitch' 150 152 xmldict = {} 151 153 provider_amt = 1000.0 … … 191 193 self.context.provider_amt = provider_amt 192 194 self.context.gateway_amt = GATEWAY_AMT 193 195 self.amount_auth = int(100 * self.context.amount_auth) 194 196 hashargs = ( 195 197 self.context.p_id +
Note: See TracChangeset for help on using the changeset viewer.