1 parent 17a06be commit 1273b2fCopy full SHA for 1273b2f
1 file changed
SampleCodeTest/TestRunner.cs
@@ -426,9 +426,9 @@ public ANetApiResponse TestCreateAnAcceptTransaction()
426
return response;
427
}
428
429
- public ANetApiResponse TestGetHostedPaymentPage()
+ public ANetApiResponse TestGetAnAcceptPaymentPage()
430
{
431
- return GetHostedPaymentPage.Run(apiLoginId, transactionKey, GetAmount());
+ return GetAnAcceptPaymentPage.Run(apiLoginId, transactionKey, GetAmount());
432
433
434
0 commit comments