diff --git a/app/Http/Livewire/Subscription/PricingPlans.php b/app/Http/Livewire/Subscription/PricingPlans.php index 7d77f68c4..db7e35015 100644 --- a/app/Http/Livewire/Subscription/PricingPlans.php +++ b/app/Http/Livewire/Subscription/PricingPlans.php @@ -44,7 +44,7 @@ public function subscribeStripe($type) 'price' => $priceId, 'quantity' => 1, ]], - 'tax_id_collection' => [ + 'automatic_tax' => [ 'enabled' => true, ], 'mode' => 'subscription',