diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java index 4057dada0..a60375918 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java @@ -734,7 +734,7 @@ public class SubscriptionController { @Path("/{subscriberId}/receipt_credentials") @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) - public CompletableFuture getReceiptCredentials( + public CompletableFuture createSubscriptionReceiptCredentials( @Auth Optional authenticatedAccount, @PathParam("subscriberId") String subscriberId, @Valid GetReceiptCredentialsRequest request) {