We have a matcher plugin with the following configuration:
{
...
"required_values": [
"btx.financial_type_id",
"btx.campaign_id",
"ogm_is_valid:not_in_constant:1"
],
...
When we try to analyse a transaction we get an error explode(): Argument #2 ($string) must be of type string, int given in org.project60.banking/CRM/Banking/PluginModel/BtxBase.php:62
Whlist we expect that analyzing to finish.
This error is on php version 8.3. The fix is quite straight foward and easy to implement.
We have a matcher plugin with the following configuration:
When we try to analyse a transaction we get an error
explode(): Argument #2 ($string) must be of type string, int givenin org.project60.banking/CRM/Banking/PluginModel/BtxBase.php:62Whlist we expect that analyzing to finish.
This error is on php version 8.3. The fix is quite straight foward and easy to implement.