Skip to content

Commit

Permalink
Merge branch 'PPD-238-call-iuv-generator' of
Browse files Browse the repository at this point in the history
  • Loading branch information
aacitelli committed Jul 14, 2022
2 parents 9839934 + 9be6267 commit 38ccffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ public class PaymentsService {
private Long auxDigit;

private String iupdPrefix = "GPS" + Year.now().getValue() + "_";





public PaymentPositionModel createSpontaneousPayment(@NotBlank String organizationFiscalCode, @Valid SpontaneousPaymentModel spontaneousPayment) {
Expand Down Expand Up @@ -112,7 +109,6 @@ private PaymentPositionModel createDebtPosition(String organizationFiscalCode,
}



private PaymentOptionModel callExternalService(it.gov.pagopa.spontaneouspayment.entity.Service serviceConfiguration) {
//TODO implement business logic
return new PaymentOptionModel();
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ service.aux.digit=3
feign.client.config.default.connect-timeout=1000
feign.client.config.default.read-timeout=1000

<<<<<<< HEAD
# Retry configuration
=======
# retry configuration
>>>>>>> branch 'PPD-238-call-iuv-generator' of https://github.com/pagopa/pagopa-spontaneous-payments
retry.gpd.maxAttempts=1
retry.gpd.maxDelay=200
retry.iuv.generator.maxAttempts=1
Expand Down

0 comments on commit 38ccffd

Please sign in to comment.