Skip to content

Commit

Permalink
feat: provide integrationId instead of environmentId in HelloPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Mar 25, 2024
1 parent e3aded2 commit f68ff66
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,5 +33,5 @@
public class HelloCommandPayload extends io.gravitee.exchange.api.command.hello.HelloCommandPayload {

private String provider;
private String environmentId;
private String integrationId;
}

0 comments on commit f68ff66

Please sign in to comment.