From cbd5fab2e7edb9442597df81a2bbd621644c0760 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 5 Sep 2023 10:57:49 +0200 Subject: [PATCH] fix --- app/Http/Livewire/Subscription/PricingPlans.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Http/Livewire/Subscription/PricingPlans.php b/app/Http/Livewire/Subscription/PricingPlans.php index db7e35015..80cc81dcf 100644 --- a/app/Http/Livewire/Subscription/PricingPlans.php +++ b/app/Http/Livewire/Subscription/PricingPlans.php @@ -44,6 +44,9 @@ class PricingPlans extends Component 'price' => $priceId, 'quantity' => 1, ]], + 'tax_id_collection' => [ + 'enabled' => true, + ], 'automatic_tax' => [ 'enabled' => true, ],