diff --git a/src/Command/ShellCommandExecutor/ResultAnalyzer.php b/src/Command/ShellCommandExecutor/ResultAnalyzer.php index d9f05f5..b5f5c17 100644 --- a/src/Command/ShellCommandExecutor/ResultAnalyzer.php +++ b/src/Command/ShellCommandExecutor/ResultAnalyzer.php @@ -44,6 +44,7 @@ class ResultAnalyzer '/Account is new, adding/', '/^ .*$/', // everything starting with a space belongs to a previous message and is not an error (hopefully) '/Selecting PAIN format.*$/', + '#No value in path "NtryDtls/TxDtls/RltdPties/CdtrAcct/Id/IBAN"#', // Closing items might not have an IBAN ]; public function isDefectiveResult(Result $result): bool