Changeset 15939 for main/waeup.fceokene/trunk/src/waeup/fceokene
- Timestamp:
- 18 Jan 2020, 17:02:15 (5 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r15778 r15939 93 93 provider_amt = 0.0 94 94 self.pay_item_id = '8304' 95 if self.context.p_item == 'Balance': 96 provider_amt = 0.0 95 97 xmldict['institution_amt'] = 100 * ( 96 98 self.context.amount_auth - GATEWAY_AMT - provider_amt) -
main/waeup.fceokene/trunk/src/waeup/fceokene/students/viewlets.py
r10828 r15939 36 36 return '' 37 37 38 class AddBalancePaymentActionButton(AddBalancePaymentActionButton):38 #class AddBalancePaymentActionButton(AddBalancePaymentActionButton): 39 39 40 @property41 def target_url(self):42 return ''40 # @property 41 # def target_url(self): 42 # return ''
Note: See TracChangeset for help on using the changeset viewer.