Skip to content

Commit

Permalink
do now fail xml writer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Dec 5, 2024
1 parent 90a9345 commit fcf8fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raiffeisenbank-statements-sharepoint-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
$destination = \array_key_exists('output', $options) ? $options['output'] : Shared::cfg('RESULT_FILE', 'php://stdout');

PohodaBankClient::checkCertificatePresence(Shared::cfg('CERT_FILE'));
$engine = new Statementor(Shared::cfg('ACCOUNT_NUMBER'),['user'=>'','password'=>'']);
$engine = new Statementor(Shared::cfg('ACCOUNT_NUMBER'),['user'=>'','password'=>'','ico'=>'']);
$engine->setScope(Shared::cfg('IMPORT_SCOPE', 'last_month'));
$engine->logBanner('', 'Scope: '.$engine->scope);
$exitcode = 0;
Expand Down

0 comments on commit fcf8fd7

Please sign in to comment.