Changeset 15086


Ignore:
Timestamp:
12 Jul 2018, 05:49:28 (6 years ago)
Author:
Henrik Bettermann
Message:

Ticket #495: " I am thinking if you change the fee type (PAYMENT_TYPE=APPLICATION-FEE) to "PAYMENT_TYPE=APPLICATION-FEE-UTME". The the new name, etranzact will not be able to call our service."

Location:
main/waeup.aaue/trunk/src/waeup/aaue/etranzact
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py

    r14520 r15086  
    118118            'ACCEPTANCE-FEE-IJMBE': ('clearance',),
    119119
    120             'APPLICATION-FEE': ('application',),
     120            'APPLICATION-FEE-UTME': ('application',),
    121121            'APPLICATION-FEE-PT': ('application',),
    122122            'APPLICATION-FEE-FP': ('application',),
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/tests.py

    r14087 r15086  
    140140
    141141        self.browser.open(
    142             'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE'
     142            'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE-UTME'
    143143            % self.p_id)
    144144        self.assertEqual(self.browser.contents, ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2)
     
    302302    def test_webservice(self):
    303303        self.browser.open(
    304             'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE'
     304            'http://localhost/app/feerequest?PAYEE_ID=%s&PAYMENT_TYPE=APPLICATION-FEE-UTME'
    305305            % self.p_id)
    306306        self.assertEqual(self.browser.contents,
Note: See TracChangeset for help on using the changeset viewer.