From b12fd9a1de0b35f951e6a3dbe7a7ff73506fc6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 1 Mar 2024 13:42:56 +0100 Subject: [PATCH] Add RFF class to Purchase component --- app/Livewire/BillingPortal/Purchase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Livewire/BillingPortal/Purchase.php b/app/Livewire/BillingPortal/Purchase.php index ecb924bee254..5bd546c61fc5 100644 --- a/app/Livewire/BillingPortal/Purchase.php +++ b/app/Livewire/BillingPortal/Purchase.php @@ -134,6 +134,7 @@ class Purchase extends Component Setup::class, Cart::class, RegisterOrLogin::class, + RFF::class, Methods::class, Submit::class, ];