When using the webhook provided in the 7.x-3.x-dev, there is an undefined function error for salesforce_cron_queue_info() on like 51 of salesforce_pullmodule.
Should that be salesforce_pull_cron_queue_info()?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | salesforce_cron_queue_info-not-defined-2979237.patch | 722 bytes | epicflux |
| #2 | salesforce_pull.patch | 1.89 KB | saurabh.dhariwal |
Comments
Comment #2
saurabh.dhariwal commented@cwells, I review your above mentioned issue with versions you described, I tried to resolve it & upload a patch for the same. Can you please make it verified.
Thanks!.
Comment #3
mshaver commentedThe actual function name was changed to be more accurate to the module as you can see on https://cgit.drupalcode.org/salesforce/tree/modules/salesforce_pull/sale.... I believe the webhook function just needs to be updated to reflect this: https://cgit.drupalcode.org/salesforce/tree/modules/salesforce_pull/sale...
Comment #4
gcbComment #5
epicflux commentedHere's a patch to call the function by its new name.
Comment #6
aaronbaumanLooks good to me.
Gabe were you still working on something with this thread?
Comment #7
gcbNope, more of an ambitious self-assignment.
Comment #8
jacob.embree commentedI've been using #5 and can also confirm it works.
Comment #10
aaronbaumancommitted, thanks