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()?

Comments

cwells created an issue. See original summary.

saurabh.dhariwal’s picture

Status: Active » Needs review
StatusFileSize
new1.89 KB

@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!.

mshaver’s picture

The 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...

gcb’s picture

Assigned: Unassigned » gcb
epicflux’s picture

Here's a patch to call the function by its new name.

aaronbauman’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.
Gabe were you still working on something with this thread?

gcb’s picture

Assigned: gcb » Unassigned

Nope, more of an ambitious self-assignment.

jacob.embree’s picture

Component: Code » salesforce_pull.module

I've been using #5 and can also confirm it works.

aaronbauman’s picture

Status: Reviewed & tested by the community » Fixed

committed, thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.