We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8981dba commit 2a30e7bCopy full SHA for 2a30e7b
tests/apitestbase.py
@@ -24,8 +24,8 @@ def setUp(self):
24
self.amount = str(round(random.random()*100, 2))
25
26
self.merchantAuthentication = apicontractsv1.merchantAuthenticationType()
27
- self.merchantAuthentication.name = helper.getproperty('api.login.id')
28
- self.merchantAuthentication.transactionKey = helper.getproperty('transaction.key')
+ self.merchantAuthentication.name = helper.getproperty('api_login_id')
+ self.merchantAuthentication.transactionKey = helper.getproperty('transaction_key')
29
self.ref_id = 'Sample'
30
31
self.dateOne = datetime.date(2020, 8, 30)
0 commit comments