Frank 1 miesiąc temu
rodzic
commit
97e0e79f1a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/console/core/script/black-gift.ts

+ 1 - 1
packages/console/core/script/black-gift.ts

@@ -68,7 +68,7 @@ const subscription = await Billing.stripe().subscriptions.create({
     {
       price: `price_1SmfyI2StuRr0lbXovxJNeZn`,
       discounts: [{ coupon: couponID }],
-      quantity: 2,
+      quantity: seats,
     },
   ],
 })