Skip to content

Commit

Permalink
Merge 2050621 into 265399c
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-tpiric committed Apr 22, 2019
2 parents 265399c + 2050621 commit 50e209e
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -126,6 +126,11 @@ def generate_payment_file(self):
payment_info, 'CdtTrfTxInf')
payment_identification = etree.SubElement(
credit_transfer_transaction_info, 'PmtId')
instruction_identification = etree.SubElement(
payment_identification, 'InstrId')
instruction_identification.text = self._prepare_field(
'Instruction Identification', 'line.name',
{'line': line}, 35, gen_args=gen_args)
end2end_identification = etree.SubElement(
payment_identification, 'EndToEndId')
end2end_identification.text = self._prepare_field(
Expand Down

0 comments on commit 50e209e

Please sign in to comment.