fix
This commit is contained in:
parent
48ccb508f9
commit
cbd5fab2e7
@ -44,6 +44,9 @@ public function subscribeStripe($type)
|
|||||||
'price' => $priceId,
|
'price' => $priceId,
|
||||||
'quantity' => 1,
|
'quantity' => 1,
|
||||||
]],
|
]],
|
||||||
|
'tax_id_collection' => [
|
||||||
|
'enabled' => true,
|
||||||
|
],
|
||||||
'automatic_tax' => [
|
'automatic_tax' => [
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user