Skip to content

Commit 9321bc0

Browse files
authored
Update TestRunner.java
1 parent 1318f9b commit 9321bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/authorize/sample/SampleCodeTest/TestRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ public ANetApiResponse TestCreateCustomerPaymentProfile()
535535
return CreateCustomerPaymentProfile.run(apiLoginId, transactionKey, response.getCustomerProfileId());
536536
}
537537

538-
public ANetApiResponse TestGetHostedPaymentPage()
538+
public ANetApiResponse TestGetAnAcceptPaymentPage()
539539
{
540-
return GetHostedPaymentPage.run(apiLoginId, transactionKey, getAmount());
540+
return GetAnAcceptPaymentPage.run(apiLoginId, transactionKey, getAmount());
541541
}
542542
}

0 commit comments

Comments
 (0)