Changeset 16994 for main/kofacustom.lpng/trunk/src
- Timestamp:
- 6 Jul 2022, 09:09:53 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/src/kofacustom/lpng
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/interswitch/tests.py
r16983 r16994 80 80 self.browser.contents) 81 81 self.assertTrue( 82 'item_name=" SchoolFee" item_amt="4000000" bank_id="00" acct_num="00000000"' in82 'item_name="Annual Membership Fee" item_amt="4000000" bank_id="00" acct_num="00000000"' in 83 83 self.browser.contents) 84 84 -
main/kofacustom.lpng/trunk/src/kofacustom/lpng/utils/utils.py
r16993 r16994 26 26 PAYMENT_CATEGORIES = { 27 27 'application': 'Application Fee', 28 'schoolfee': 'Annual Membership Fee', 28 29 'donation': 'Donation', 30 'clearance': 'Admission Fee', 29 31 } 30 32
Note: See TracChangeset for help on using the changeset viewer.