-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed response for support rest api
- Loading branch information
1 parent
f3c8a79
commit 5b7003a
Showing
8 changed files
with
46 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...i/src/main/java/it/pagopa/selfcare/dashboard/connector/model/support/SupportResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package it.pagopa.selfcare.dashboard.connector.model.support; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Builder; | ||
import lombok.Data; | ||
import lombok.NoArgsConstructor; | ||
import lombok.*; | ||
|
||
@Data | ||
@Builder | ||
@ToString | ||
@NoArgsConstructor @AllArgsConstructor | ||
public class SupportResponse { | ||
private String redirectUrl; | ||
private String jwt; | ||
private String actionUrl; | ||
} |
4 changes: 2 additions & 2 deletions
4
core/src/main/java/it/pagopa/selfcare/dashboard/core/SupportService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package it.pagopa.selfcare.dashboard.core; | ||
|
||
import it.pagopa.selfcare.dashboard.connector.model.support.SupportRequest; | ||
import it.pagopa.selfcare.dashboard.connector.model.support.SupportResponse; | ||
|
||
public interface SupportService { | ||
String sendRequest(SupportRequest supportRequest); | ||
String getSupportRequest(SupportRequest supportRequest); | ||
SupportResponse sendRequest(SupportRequest supportRequest); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
core/src/main/resources/template-zendesk/template-zendesk-form.ftl
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.