Skip to content

Commit 6bcafdd

Browse files
authored
Updating folder location of file
1 parent 47cd96c commit 6bcafdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def get_merchant_details(self):
595595

596596
def get_an_accept_payment_page(self):
597597
print("get_an_accept_payment_page")
598-
modl = imp.load_source('modulename', 'PaymentTransactions/get-an-accept-payment-page.py')
598+
modl = imp.load_source('modulename', 'AcceptSuite/get-an-accept-payment-page.py')
599599
return modl.get_an_accept_payment_page(self.getAmount())
600600

601601
def update_held_transaction(self):

0 commit comments

Comments
 (0)