Skip to content

Commit 525ae55

Browse files
authored
Update and rename GetHostedPaymentPage.java to GetAnAcceptPaymentPage.java
1 parent 65db12f commit 525ae55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/authorize/sample/PaymentTransactions/GetHostedPaymentPage.java renamed to src/main/java/net/authorize/sample/PaymentTransactions/GetAnAcceptPaymentPage.java

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

12-
public class GetHostedPaymentPage {
12+
public class GetAnAcceptPaymentPage {
1313

1414
public static ANetApiResponse run(String apiLoginId, String transactionKey, Double amount) {
1515

@@ -63,4 +63,4 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, Doub
6363
}
6464
return response;
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)