Skip to content

Commit

Permalink
[PPANTT-131] feat: Updated CreditorInstitutionRestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Oct 1, 2024
1 parent cd7273f commit b0e4c0e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ public PaymentOptionsResponse callEcPaymentOptionsVerify(
String fiscalCode, String noticeNumber)
throws MalformedURLException {

logger.debug("[Payment Notice] Calling EC verify with {} endpoint, {} and {} port,"
+ " {} targetHost, {} target port, {} targetPath, {} fiscalCode, {} noticeNumber", endpoint, proxyHost, proxyPort,
targetHost, targetPort, targetPath, fiscalCode, noticeNumber);

RestClientBuilder builder =
RestClientBuilder.newBuilder().baseUrl(
new URL(String.format(endpoint, fiscalCode, noticeNumber)));
Expand Down

0 comments on commit b0e4c0e

Please sign in to comment.