Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
nemiah committed Aug 7, 2024
1 parent 5c122c5 commit 2fce6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemiah/phpSepaXml/SEPATransfer.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function toXML() {
$PmtTpInf = $PmtInf->addChild('PmtTpInf');
$PmtTpInf->addChild('SvcLvl')->addChild('Cd', 'SEPA');

$PmtTpInf = $PmtInf->addChild('ReqdExctnDt', $sequence); //OK
$PmtTpInf = $PmtInf->addChild('ReqdExctnDt', '1999-01-01'); //OK

$this->debitor->XMLTransfer($PmtInf);

Expand Down

0 comments on commit 2fce6a8

Please sign in to comment.