The call to the Elastic Email API was done using drupal_http_request. This is no longer available in D8 and we should use the Guzzle HTTP client library instead - https://www.drupal.org/node/1862446

Comments

mike.davis created an issue. See original summary.

mike.davis’s picture

Also need to update the uses variable_get, so these need to be converted to: \Drupal::state()->get() in the ElasticEmailApi class.

  • mike.davis committed 3ae13e3 on
    git commit -m 'Issue #2612530: ElasticEmailApi - update use of...
mike.davis’s picture

Status: Active » Fixed

This has been updated now

mike.davis’s picture

Status: Fixed » Closed (fixed)

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