Skip to content

Commit

Permalink
Merge pull request #113 from pagopa/feat-add-set-fiscalCodePa
Browse files Browse the repository at this point in the history
feat: add fiscalCodePA set with organizationFiscalCode
  • Loading branch information
pasqualespica authored Dec 13, 2024
2 parents e76dad1 + 7184c33 commit e9cbcad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private PaDemandPaymentNoticeResponse createPaDemandPaymentNoticeResponse(
PaymentPositionModel gpsResponse) throws DatatypeConfigurationException {
var result = factory.createPaDemandPaymentNoticeResponse();
result.setOutcome(StOutcome.OK);
result.setFiscalCodePA(gpsResponse.getFiscalCode());
result.setFiscalCodePA(gpsResponse.getPaymentOption().get(0).getOrganizationFiscalCode());

CtQrCode ctQrCode = factory.createCtQrCode();
ctQrCode.setFiscalCode(gpsResponse.getPaymentOption().get(0).getOrganizationFiscalCode());
Expand Down

0 comments on commit e9cbcad

Please sign in to comment.