Skip to content

Commit 1273b2f

Browse files
authored
Update TestRunner.cs
1 parent 17a06be commit 1273b2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SampleCodeTest/TestRunner.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ public ANetApiResponse TestCreateAnAcceptTransaction()
426426
return response;
427427
}
428428

429-
public ANetApiResponse TestGetHostedPaymentPage()
429+
public ANetApiResponse TestGetAnAcceptPaymentPage()
430430
{
431-
return GetHostedPaymentPage.Run(apiLoginId, transactionKey, GetAmount());
431+
return GetAnAcceptPaymentPage.Run(apiLoginId, transactionKey, GetAmount());
432432
}
433433
}
434434
}

0 commit comments

Comments
 (0)