Ignore:
Timestamp:
12 May 2020, 11:41:37 (4 years ago)
Author:
Henrik Bettermann
Message:

Revert changes from last revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r16089 r16090  
    2828
    2929# Temporarily we can use the test portal like in kofacustom.nigeria
    30 
    31 from kofacustom.nigeria.remita.tests import (
    32     MERCHANTID,
    33     HOST,
    34     HTTPS,
    35     API_KEY,
    36     SERVICETYPEID
    37     )
    38 
    39 #MERCHANTID = '2067163382'
    40 #HOST = 'login.remita.net'
    41 #HTTPS = True
    42 #API_KEY = '309418'
    43 #SERVICETYPEID = '4430731'
     30MERCHANTID = '2067163382'
     31HOST = 'login.remita.net'
     32HTTPS = True
     33API_KEY = '309418'
     34SERVICETYPEID = '4430731'
    4435
    4536class CustomRemitaRequestPaymentStatusPageStudent(
     
    119110
    120111    @property
    121     def lineitems(self):
     112    def demo_lineitems(self):
    122113        ba1 = self.context.amount_auth / 2
    123114        ba2 = self.context.amount_auth / 2
     
    138129
    139130    @property
    140     def live_lineitems(self):
     131    def lineitems(self):
    141132        inst_bankcode = "000"
    142133        inst_acct = "0040217361011"
     
    255246
    256247    @property
    257     def lineitems(self):
     248    def demo_lineitems(self):
    258249        lineitems = (
    259250                      {"lineItemsId":"itemid1","beneficiaryName":"Klaus Mueller",
     
    267258
    268259    @property
    269     def demo_lineitems(self):
     260    def lineitems(self):
    270261        provider_amt = 1000.0
    271262        if self.context.__parent__.applicant_id.startswith('pre'):
Note: See TracChangeset for help on using the changeset viewer.