Closed herbdool closed 2 weeks ago
There's a duplicate views/handler in the path. It should be:
views/handler
function commerce_price_autoload_info() { return [ 'commerce_price_handler_field_commerce_price' => 'includes/views/handlers/commerce_price_handler_field_commerce_price.inc', 'commerce_price_handler_filter_commerce_price_amount' => 'includes/views/handlers/commerce_price_handler_filter_commerce_price_amount.inc', 'commerce_price.views' => 'includes/views/commerce_price.views.inc', ]; }
@elisseck easy fix, has PR.
Oops! Thank you!
There's a duplicate
views/handler
in the path. It should be: