cart; } protected function customer(): WC_Customer { return WC()->customer; } protected function session(): WC_Session { return WC()->session; } }