This commit is contained in:
Andras Bacsai 2023-09-05 10:57:49 +02:00
parent 48ccb508f9
commit cbd5fab2e7

View File

@ -44,6 +44,9 @@ public function subscribeStripe($type)
'price' => $priceId,
'quantity' => 1,
]],
'tax_id_collection' => [
'enabled' => true,
],
'automatic_tax' => [
'enabled' => true,
],