Changeset 14962 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 7 Mar 2018, 14:22:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14961 r14962 186 186 <item_detail item_id="1" item_name="%(institution_item_name)s" item_amt="%(institution_amt)d" bank_id="%(institution_bank_id)s" acct_num="%(institution_acct)s" /> 187 187 <item_detail item_id="2" item_name="%(provider_item_name)s" item_amt="%(provider_amt)d" bank_id="%(provider_bank_id)s" acct_num="%(provider_acct)s" /> 188 <item_detail item_id="3" item_name="Technology Fee" item_amt="%(tech_fee)d" bank_id=" 030" acct_num="5100189030" />188 <item_detail item_id="3" item_name="Technology Fee" item_amt="%(tech_fee)d" bank_id="307" acct_num="5100189030" /> 189 189 </item_details> 190 190 </payment_item_detail>""" % xmldict
Note: See TracChangeset for help on using the changeset viewer.