Changeset 9934 for main/waeup.futminna


Ignore:
Timestamp:
6 Feb 2013, 14:18:21 (12 years ago)
Author:
Henrik Bettermann
Message:

Add pgd_ft.

File:
1 edited

Legend:

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

    r9785 r9934  
    105105            xmldict['institution_amt'] = 100 * (
    106106                self.context.amount_auth - provider_amt - GATEWAY_AMT)
    107             if self.context.student.current_mode in ('pg_ft'):
     107            if self.context.student.current_mode in ('pg_ft','pgd_ft'):
    108108                self.pay_item_id = "11703"
    109109            elif self.context.student.state == CLEARED and \
Note: See TracChangeset for help on using the changeset viewer.