Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Jun 20, 2024
1 parent c1bb1e2 commit 32835e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/numbers/active_update/Snippet.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static void execute(NumbersService numbersService) {

ActiveNumberService activeNumbersService = numbersService.active();

String phoneNumber = "YOUR_phone_number_to_be_rented";
String phoneNumber = "YOUR_phone_number_to_be_updated";
String appId = "YOUR_app_id";
String displayName = "Updated from Sinch Java SDK";

Expand Down

0 comments on commit 32835e2

Please sign in to comment.