mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 15:53:28 +00:00
wip: black
This commit is contained in:
parent
4fc7bcf09e
commit
97e0e79f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const subscription = await Billing.stripe().subscriptions.create({
|
|||
{
|
||||
price: `price_1SmfyI2StuRr0lbXovxJNeZn`,
|
||||
discounts: [{ coupon: couponID }],
|
||||
quantity: 2,
|
||||
quantity: seats,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue