Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nemiah committed Jan 2, 2020
1 parent 7355136 commit 1f85c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nemiah/phpSepaXml/SEPADebitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SEPADebitor extends SEPAParty {
public $sequenceType = "OOFF";
public $type = "COR1";
public $endToEndId = "NOTPROVIDED";
public $group = "";

public function XMLTransfer(\SimpleXMLElement $xml) {
$xml->addChild('Dbtr')->addChild('Nm', htmlentities($this->name));
Expand Down
1 change: 1 addition & 0 deletions src/nemiah/phpSepaXml/SEPADirectDebitBasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class SEPADirectDebitBasic extends SEPAFile {
protected $debitoren = array();
#protected $sequenceType = 'OOFF'; //FNAL, FRST, OOFF, RCUR
protected $creationDateTime;
protected $type = "";
#protected $requestedCollectionDate;
#protected $type = "COR1";

Expand Down

0 comments on commit 1f85c8a

Please sign in to comment.