mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00: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,
|
||||
quantity,
|
||||
adjustable_quantity: {
|
||||
enabled: true,
|
||||
minimum: 1,
|
||||
},
|
||||
},
|
||||
],
|
||||
tax_id_collection: {
|
||||
|
||||
Reference in New Issue
Block a user