It looks like the function signature of debug changed, resulting in this error:

TypeError: Argument 7 passed to Drupal\webform\Plugin\WebformHandler\RemotePostWebformHandler::debug() must implement interface Psr\Http\Message\ResponseInterface, string given, called in web/modules/contrib/sfweb2lead_webform/src/Plugin/WebformHandler/SalesforceWebToLeadPostWebformHandler.php on line 199 in Drupal\sfweb2lead_webform\Plugin\WebformHandler\SalesforceWebToLeadPostWebformHandler->remotePost() (line 199 of web/modules/contrib/sfweb2lead_webform/src/Plugin/WebformHandler/SalesforceWebToLeadPostWebformHandler.php)

Patch to follow.

Comments

jrb created an issue. See original summary.

jrb’s picture

Status: Active » Needs review
StatusFileSize
new1.59 KB

Patch for debug() issue.

aaronbauman’s picture

Status: Needs review » Closed (outdated)

Looks like these calls have been removed in latest dev.
Please re-open if you're still seeing this issue somewhere.