Forums
(@cyptus)
8 years, 11 months ago
check if $woocommerce->customer is null and skip if it is
9 years, 1 month ago
had the same issue caused by an implementation of the filter “woocommerce_available_payment_gateways” which had an null ref error on “$woocommerce->customer”.