Ignore:
Timestamp:
19 Nov 2019, 20:31:30 (5 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py

    r14902 r15828  
    7373            self.redirect(self.url(self.context, '@@index'))
    7474            return
     75        self.context.r_company = u'interswitch'
    7576        student = self.student
    7677        xmldict = self.xmldict
     
    135136        self.context.provider_amt = provider_amt
    136137        self.context.gateway_amt = GATEWAY_AMT
     138        self.amount_auth = int(100 * self.context.amount_auth)
    137139        return
    138140
     
    154156            self.redirect(self.url(self.context, '@@index'))
    155157            return
     158        self.context.r_company = u'interswitch'
    156159        xmldict = {}
    157160        provider_amt = 400.0
     
    184187        self.context.provider_amt = provider_amt
    185188        self.context.gateway_amt = GATEWAY_AMT
     189        self.amount_auth = int(100 * self.context.amount_auth)
    186190        return
    187191
Note: See TracChangeset for help on using the changeset viewer.