Skip to content

Commit

Permalink
fix: updated paFullName in installment
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Apr 10, 2024
1 parent 5e3fe03 commit a851a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static Installment mapInstallment(Transfer transfer) {
.nav(transfer.getPaymentOption().getNav())
.iuv(transfer.getIuv())
.paTaxCode(transfer.getOrganizationFiscalCode())
.paFullName(transfer.getPaymentOption().getPaymentPosition().getFullName()) //TODO: Missing name from option/transfer list
.paFullName(transfer.getPaymentOption().getPaymentPosition().getCompanyName()) //TODO: Missing name from option/transfer list
.amount(transfer.getAmount())
.description(transfer.getPaymentOption().getDescription()) //TODO: To define if remittance information to use
.dueDate(transfer.getPaymentOption().getDueDate())
Expand Down

0 comments on commit a851a05

Please sign in to comment.