Skip to content

Commit

Permalink
[PPANTT-209] chore: Change ACA api key name (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella authored Nov 28, 2024
1 parent 91ff4fe commit bcc90a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum Subscription {
BO_EXT_EC("/apis/%s-backoffice-external-ec-api-v1", "Backoffice External (EC)", "selfcareboexternalec-", CI, "backoffice_external", false),
BO_EXT_PSP("/apis/%s-backoffice-external-psp-api-v1", "Backoffice External (PSP)", "selfcareboexternalpsp-", PSP, "backoffice_external", false),
PRINT_NOTICE("/products/pagopa_notices_service_external", "Stampa Avvisi", "printnotice-", CI, null, false),
ACA("/products/aca", "ACA - paCreatePosition", "aca-", CI, "aca", true);
ACA("/products/aca", "ACA - Conferimento delle posizioni debitorie", "aca-", CI, "aca", true);

private final String scope;
private final String displayName;
Expand Down

0 comments on commit bcc90a9

Please sign in to comment.