Ignore:
Timestamp:
18 Jan 2020, 17:02:15 (5 years ago)
Author:
Henrik Bettermann
Message:

Activate balance payments.

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  
    9393            provider_amt = 0.0
    9494            self.pay_item_id = '8304'
     95        if self.context.p_item == 'Balance':
     96            provider_amt = 0.0
    9597        xmldict['institution_amt'] = 100 * (
    9698            self.context.amount_auth - GATEWAY_AMT - provider_amt)
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/viewlets.py

    r10828 r15939  
    3636        return ''
    3737
    38 class AddBalancePaymentActionButton(AddBalancePaymentActionButton):
     38#class AddBalancePaymentActionButton(AddBalancePaymentActionButton):
    3939
    40     @property
    41     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.