mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
update tax collection
This commit is contained in:
parent
67edce0612
commit
48ccb508f9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class PricingPlans extends Component
|
||||||
'price' => $priceId,
|
'price' => $priceId,
|
||||||
'quantity' => 1,
|
'quantity' => 1,
|
||||||
]],
|
]],
|
||||||
'tax_id_collection' => [
|
'automatic_tax' => [
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
],
|
],
|
||||||
'mode' => 'subscription',
|
'mode' => 'subscription',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue