Skip to content

Commit

Permalink
updated notifyUrl link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Dec 16, 2024
1 parent c7b9581 commit 497055c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To add participants to a flow, you can use the following code:

````java
Long campaignId = 123L;
String notifyUrl = "https://mydomain/callback";
String notifyUrl = "https://example.com";
String callbackData = "Callback Data";
String identifier = "370329180020364";

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/infobip/api/FlowApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class FlowApiTest extends ApiTest {
@Test
void shouldAddParticipantsToFlow() {
Long campaignId = 200000000000001L;
String notifyUrl = "https://mydomain/callback";
String notifyUrl = "https://example.com";
String callbackData = "Callback Data";

String identifier1 = "370329180020364";
Expand Down

0 comments on commit 497055c

Please sign in to comment.