sepa-sdd-xml-generator icon indicating copy to clipboard operation
sepa-sdd-xml-generator copied to clipboard

SEPA Direct Debit (SDD) XML Generator

Results 2 sepa-sdd-xml-generator issues
Sort by recently updated
recently updated
newest added

public function addTransaction(SEPADirectDebitTransaction $transaction) { $this->transactions[] = $transaction; $this->numberOfTransactions++; $this->controlSum += $transaction->getInstructedAmount(); } The addition of the controlSum can generate floating point precision errors, resulting in controlsums like 9471.4899999999.

Create Pain.001 for SCT files