Skip to content

Commit

Permalink
fix createPdfFileContract
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada committed Oct 7, 2024
1 parent 81175eb commit 7bc9010
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ private File createPdfFileContract(String contractTemplatePath, Onboarding onboa
InstitutionType.PSP != institution.getInstitutionType()
&& InstitutionType.PT != institution.getInstitutionType()) {
setECData(data, onboarding);
} else if (PROD_IO.getValue().equalsIgnoreCase(productId) &&
Boolean.TRUE.equals(onboarding.getIsAggregator())){
} else if (PROD_IO.getValue().equalsIgnoreCase(productId)){
setupProdIODataAggregates(onboarding, data, manager, baseUrl.toString());
} else if (PROD_IO_PREMIUM.getValue().equalsIgnoreCase(productId)
|| PROD_IO_SIGN.getValue().equalsIgnoreCase(productId)) {
Expand Down

0 comments on commit 7bc9010

Please sign in to comment.