From 48ccb508f970237ca56bddc7de9be191a09db81b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 5 Sep 2023 10:49:17 +0200 Subject: [PATCH] update tax collection --- app/Http/Livewire/Subscription/PricingPlans.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',