Skip to content

Commit e3543e9

Browse files
authored
Update and rename GetHostedProfilePage.java to GetAcceptCustomerProfilePage.java
1 parent 3155bce commit e3543e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/authorize/sample/CustomerProfiles/GetHostedProfilePage.java renamed to src/main/java/net/authorize/sample/CustomerProfiles/GetAcceptCustomerProfilePage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import net.authorize.api.controller.GetHostedProfilePageController;
99
import net.authorize.api.controller.base.ApiOperationBase;
1010

11-
public class GetHostedProfilePage {
11+
public class GetAcceptCustomerProfilePage {
1212

1313
public static ANetApiResponse run(String apiLoginId, String transactionKey, String customerProfileId) {
1414

@@ -52,4 +52,4 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, Stri
5252
}
5353
return response;
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)