Ignore:
Timestamp:
8 Apr 2016, 15:31:05 (8 years ago)
Author:
Henrik Bettermann
Message:

item_name should be "Application Fee" not 'application'

File:
1 edited

Legend:

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

    r13785 r13818  
    156156        xmldict['institution_amt'] = 100 * (
    157157            self.context.amount_auth - provider_amt - GATEWAY_AMT)
    158         xmldict['institution_item_name'] = self.context.p_category
     158        xmldict['institution_item_name'] = self.category
    159159        xmldict['institution_name'] = INSTITUTION_NAME
    160160        # Interswitch amount is not part of the xml data
Note: See TracChangeset for help on using the changeset viewer.