mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-13 04:42:56 +08:00
chore(server): allow adjust selfhost team quantity (#11022)
close CLOUD-165
This commit is contained in:
@@ -101,6 +101,10 @@ export class SelfhostTeamSubscriptionManager extends SubscriptionManager {
|
|||||||
{
|
{
|
||||||
price: price.price.id,
|
price: price.price.id,
|
||||||
quantity,
|
quantity,
|
||||||
|
adjustable_quantity: {
|
||||||
|
enabled: true,
|
||||||
|
minimum: 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tax_id_collection: {
|
tax_id_collection: {
|
||||||
|
|||||||
Reference in New Issue
Block a user