Ignore:
Timestamp:
25 Mar 2021, 11:24:25 (4 years ago)
Author:
Henrik Bettermann
Message:

Customize payment options.

File:
1 edited

Legend:

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

    r16395 r16434  
    209209        }
    210210
     211    PAYMENT_OPTIONS = {
     212        'first': 'First Bank Debit Card',
     213        'access': 'Access Bank Debit Card',
     214        'zenith': 'Zenith Bank Debit Card',
     215        'other': 'Other Bank Debit Card',
     216        }
     217
    211218    APP_CATS_DICT = {
    212219        'basic': 'UAS, PUTME, PUDE, PCE, PRENCE',
Note: See TracChangeset for help on using the changeset viewer.