Skip to content

Commit

Permalink
feat: add PartnerService
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Dec 13, 2024
1 parent 1e183e0 commit 7184c33
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 7184c33

Please sign in to comment.