Changeset 9627
- Timestamp:
- 13 Nov 2012, 10:24:06 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interfaces.py
r9474 r9627 58 58 59 59 maint_fee = schema.Float( 60 title = _(u'Maintenance Fee (ignored)'),60 title = _(u'Maintenance Fee'), 61 61 default = 0.0, 62 62 required = False, -
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r9613 r9627 242 242 xmldict['institution_acct'] = "1012044132" 243 243 xmldict['institution_bank_id'] = '117' 244 xmldict['institution_amt'] = 100 * (245 self.context.amount_auth - 150)246 244 # Interswitch amount is not part of the xml data 247 245
Note: See TracChangeset for help on using the changeset viewer.