Ignore:
Timestamp:
8 Nov 2019, 12:33:08 (5 years ago)
Author:
Henrik Bettermann
Message:

Next mistake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py

    r15785 r15786  
    167167        xmldict = {}
    168168        provider_amt = 0.0
    169         pay_item_id = '101'
     169        self.pay_item_id = '101'
    170170        xmldict['institution_acct'] = '1011005811'
    171171        xmldict['institution_bank_id'] = '117'
     
    199199            self.context.p_id +
    200200            PRODUCT_ID +
    201             pay_item_id +
     201            self.pay_item_id +
    202202            str(int(self.amount_auth)) +
    203203            self.site_redirect_url +
Note: See TracChangeset for help on using the changeset viewer.