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, ],