checkout / checkout-woocommerce-plugin

Checkout.com plugin for WooCommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal error: Uncaught Error: Call to undefined function GuzzleHttp\choose_handler()

vijayhardaha opened this issue · comments

GuzzleHttp is conflicting with many other plugins. I am unable to update to the latest version.

To check the conflicts, install & activate one of these plugins googleanalytics, mailjet-for-wordpress

There could be many other plugins that can conflict on GuzzleHttp, it will be good if you can prefix the namespace and then use it.

- Update -

Removing platform config from the composer.json and then installing the no-dev deps, solves the issue.

"platform": {
     "php": "7.2"
}

We have fixed above issue.