Skip to content

Commit c45c976

Browse files
authored
Update test-runner.py
1 parent aaeca75 commit c45c976

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test-runner.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,10 @@ def get_merchant_details(self):
585585
modl = imp.load_source('modulename', 'TransactionReporting/get-merchant-details.py')
586586
return modl.get_merchant_details()
587587

588-
def get_hosted_payment_page(self):
589-
print("get_hosted_payment_page")
590-
modl = imp.load_source('modulename', 'PaymentTransactions/get-hosted-payment-page.py')
591-
return modl.get_hosted_payment_page(self.getAmount())
588+
def get_an_accept_payment_page(self):
589+
print("get_an_accept_payment_page")
590+
modl = imp.load_source('modulename', 'PaymentTransactions/get-an-accept-payment-page.py')
591+
return modl.get_an_accept_payment_page(self.getAmount())
592592

593593
def update_held_transaction(self):
594594
print("update_held_transaction")

0 commit comments

Comments
 (0)