diff --git a/app/Livewire/BillingPortal/RFF.php b/app/Livewire/BillingPortal/RFF.php index 4bf379cf7aa7..9e759ca43991 100644 --- a/app/Livewire/BillingPortal/RFF.php +++ b/app/Livewire/BillingPortal/RFF.php @@ -30,7 +30,6 @@ class RFF extends Component public function render() { - $gateway = CompanyGateway::findOrFail($this->context['form']['company_gateway_id']); $countries = Cache::get('countries');