Skip to content

Commit 49b7a7c

Browse files
authored
Update TestRunner.java
1 parent 3fa891e commit 49b7a7c

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
@@ -280,10 +280,10 @@ public ANetApiResponse TestGetCustomerProfile()
280280
return profileResponse;
281281
}
282282

283-
public ANetApiResponse TestGetHostedProfilePage()
283+
public ANetApiResponse TestGetAcceptCustomerProfilePage()
284284
{
285285
CreateCustomerProfileResponse response = (CreateCustomerProfileResponse)CreateCustomerProfile.run(apiLoginId, transactionKey, getEmail());
286-
GetHostedProfilePageResponse profileResponse = (GetHostedProfilePageResponse) GetHostedProfilePage.run(apiLoginId, transactionKey, response.getCustomerProfileId());
286+
GetHostedProfilePageResponse profileResponse = (GetHostedProfilePageResponse) GetAcceptCustomerProfilePage.run(apiLoginId, transactionKey, response.getCustomerProfileId());
287287
DeleteCustomerProfile.run(apiLoginId, transactionKey, response.getCustomerProfileId());
288288

289289
return profileResponse;

0 commit comments

Comments
 (0)