Skip to content

Commit 2a30e7b

Browse files
author
brianmc
committed
Updated property names
1 parent 8981dba commit 2a30e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/apitestbase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def setUp(self):
2424
self.amount = str(round(random.random()*100, 2))
2525

2626
self.merchantAuthentication = apicontractsv1.merchantAuthenticationType()
27-
self.merchantAuthentication.name = helper.getproperty('api.login.id')
28-
self.merchantAuthentication.transactionKey = helper.getproperty('transaction.key')
27+
self.merchantAuthentication.name = helper.getproperty('api_login_id')
28+
self.merchantAuthentication.transactionKey = helper.getproperty('transaction_key')
2929
self.ref_id = 'Sample'
3030

3131
self.dateOne = datetime.date(2020, 8, 30)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy