How can I disable the wallet completely for a user role like subscriber?
I have partial payments enabled and when I use this filter it removes the partial payment section but still shows and calculates the wallet fee:
add_filter( ‘woo_wallet_payment_is_available’, ‘__return_false’);