Hi,
I had same problem with this plugin and I have fixed it by adding bellow code at the beginning of the function ex_set_express_checkout() in the file includes/class-express-checkout-api-request.php.
if (!defined(‘WOOCOMMERCE_CART’)) {
define(‘WOOCOMMERCE_CART’, true);
}
Hope it will help.