We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1318f9b commit 9321bc0Copy full SHA for 9321bc0
src/test/java/net/authorize/sample/SampleCodeTest/TestRunner.java
@@ -535,8 +535,8 @@ public ANetApiResponse TestCreateCustomerPaymentProfile()
535
return CreateCustomerPaymentProfile.run(apiLoginId, transactionKey, response.getCustomerProfileId());
536
}
537
538
- public ANetApiResponse TestGetHostedPaymentPage()
+ public ANetApiResponse TestGetAnAcceptPaymentPage()
539
{
540
- return GetHostedPaymentPage.run(apiLoginId, transactionKey, getAmount());
+ return GetAnAcceptPaymentPage.run(apiLoginId, transactionKey, getAmount());
541
542
0 commit comments