···115115 {
116116 // only one for now
117117 if ($this->product->custom_class === 'username-change') {
118118- return new ChangeUsername($this->order->user, $this->extra_info);
118118+ return new ChangeUsername($this->order->user, $this->extra_info ?? '');
119119 }
120120 }
121121