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 47cd96c commit 6bcafddCopy full SHA for 6bcafdd
test-runner.py
@@ -595,7 +595,7 @@ def get_merchant_details(self):
595
596
def get_an_accept_payment_page(self):
597
print("get_an_accept_payment_page")
598
- modl = imp.load_source('modulename', 'PaymentTransactions/get-an-accept-payment-page.py')
+ modl = imp.load_source('modulename', 'AcceptSuite/get-an-accept-payment-page.py')
599
return modl.get_an_accept_payment_page(self.getAmount())
600
601
def update_held_transaction(self):
0 commit comments