Sync triggering underfined method getInputOptionsDAO()
Closed this issue · 6 comments
I have this plugin installed. Nothing is syncing between Pipedrive and Mautic, and when I run the cron job, I get the error:
php bin/console mautic:integrations:sync Pipedrive2
[ERROR] Call to undefined method Mautic\IntegrationsBundle\Event\SyncEvent::getInputOptionsDAO()
We need to push PR against to Mautic repository with these methods, I will try to look at it tomorrow
I found it's already figured out with mautic/mautic#11255
Can you apply this PR and check If works for you?
That didn't do it, but I duplicated the getInputOptions
method as getInputOptionsDAO
, and it's working now.
I reopen the issue.
I need to revert our part and then add mautic/mautic#11255 and make changes related to that PR
Thank you for report
Ok, we've added support for mautic/mautic#11255 with commit 30c94e5
I'll close it and re-open once If need it