-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If I have a bank transaction with external ID in the format "ext:e810294f-ab67-4cb0-89bf-aeadd0fb94d2", I'm getting an error.
Code:
$abraFlexiBanka = new \AbraFlexi\Banka($id, $this->connectionOptions->toArray());
$abraFlexiBanka->loadFromAbraFlexi();
Error:
ErrorException: Undefined array key 2 in /var/www/html/vendor/spojenet/flexibee/src/AbraFlexi/Relation.php:112
It seems you expect the external ID to have at least two prefixes, for example ext:myApp:e810294f-ab67-4cb0-89bf-aeadd0fb94d2. But the external ID does not necessarily have to be in that format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working