issues
search
dmitrirussu
/
php-sepa-xml-generator
SEPA SDD XML Generator recommended to see. PHP SEPA XML Generator, (Single Euro Payments Area ISO20022 SDD V1_0 20122009) (SEPA)(PHP5)
https://github.com/dmitrirussu/PHP-SEPA-XML-GENERATOR
MIT License
53
stars
36
forks
source link
Sanitize strings before checking length.
#33
Closed
dragermrb
closed
5 years ago
dragermrb
commented
6 years ago
Add some calls to unicodeDecode() to sanitize strings on:
CreditTransferTransactions->setCreditInvoice($invoice)
CreditTransferTransactions->setCreditorName($name)
DirectDebitTransactions->setDebtorName($name)
DirectDebitTransactions->setDirectDebitInvoice($invoice)
GroupHeader->setMessageIdentification($msgId)
GroupHeader->setAddressLine($name)
GroupHeader->setCountry($name)
PaymentInfo->setPaymentInformationIdentification($paymentInformationId)
Add some calls to unicodeDecode() to sanitize strings on: