Skip to content

Commit

Permalink
fix SpecifiedTradeSettlementPaymentMeans missing closing tag when no …
Browse files Browse the repository at this point in the history
…BIC number
  • Loading branch information
chris-webert-its4u committed Nov 15, 2023
1 parent 7f8024c commit b835001
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ default String getSettlementXML() {
+ "<ram:BICID>" + XMLTools.encodeXML(getOwnBIC()) + "</ram:BICID>"
// + " <ram:Name>"+trans.getOwnBankName()+"</ram:Name>"
//
+ "</ram:PayeeSpecifiedCreditorFinancialInstitution>"
+ "</ram:SpecifiedTradeSettlementPaymentMeans>";
+ "</ram:PayeeSpecifiedCreditorFinancialInstitution>";

}
xml+= "</ram:SpecifiedTradeSettlementPaymentMeans>";
return xml;
}

Expand Down

0 comments on commit b835001

Please sign in to comment.