Changeset 15828 for main/waeup.uniben/trunk/src/waeup/uniben/interswitch
- Timestamp:
- 19 Nov 2019, 20:31:30 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r14902 r15828 73 73 self.redirect(self.url(self.context, '@@index')) 74 74 return 75 self.context.r_company = u'interswitch' 75 76 student = self.student 76 77 xmldict = self.xmldict … … 135 136 self.context.provider_amt = provider_amt 136 137 self.context.gateway_amt = GATEWAY_AMT 138 self.amount_auth = int(100 * self.context.amount_auth) 137 139 return 138 140 … … 154 156 self.redirect(self.url(self.context, '@@index')) 155 157 return 158 self.context.r_company = u'interswitch' 156 159 xmldict = {} 157 160 provider_amt = 400.0 … … 184 187 self.context.provider_amt = provider_amt 185 188 self.context.gateway_amt = GATEWAY_AMT 189 self.amount_auth = int(100 * self.context.amount_auth) 186 190 return 187 191
Note: See TracChangeset for help on using the changeset viewer.