This commit is contained in:
Nicolas Bally 2020-03-10 15:54:21 +01:00
parent 3b0cd03964
commit 60655d285c

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"> <Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02">
<CstmrCdtTrfInitn> <pain.001.001.02>
<GrpHdr> <GrpHdr>
<MsgId><%=@prelevement_date.strftime("%d/%m/%Y").to_slug %>-<%= @m_odr_remise.id %></MsgId> <MsgId><%=@prelevement_date.strftime("%d/%m/%Y").to_slug %>-<%= @m_odr_remise.id %></MsgId>
<CreDtTm><%= Time.now.to_time.utc.iso8601 %></CreDtTm> <CreDtTm><%= Time.now.to_time.utc.iso8601 %></CreDtTm>
@ -70,5 +70,5 @@
<% end %> <% end %>
</PmtInf> </PmtInf>
</CstmrCdtTrfInitn> </pain.001.001.02>
</Document> </Document>