Ignore:
Timestamp:
13 Jun 2012, 06:56:31 (12 years ago)
Author:
Henrik Bettermann
Message:

We don't use eTranzact in Okene.

Location:
main/waeup.fceokene/trunk/src/waeup/fceokene
Files:
1 deleted
1 edited

Legend:

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

    r8644 r8706  
    249249            self.redirect(self.url(self.context, '@@index'))
    250250            return
     251        if self.context.__parent__.__parent__.expired:
     252            self.flash(_("Payment ticket can't be send to CollegePAY. "
     253                         "Application period has expired."))
     254            self.redirect(self.url(self.context, '@@index'))
     255            return
    251256        self.applicant = self.context.__parent__
    252257        self.amount_auth = 100 * self.context.amount_auth
Note: See TracChangeset for help on using the changeset viewer.