feat: promotion coupons
This commit is contained in:
parent
b1efa7d97b
commit
9e7426e4b7
|
|
@ -65,7 +65,7 @@ export class NotificationsRepository {
|
|||
orderBy: {
|
||||
createdAt: 'desc',
|
||||
},
|
||||
take: 20,
|
||||
take: 10,
|
||||
where: {
|
||||
organizationId,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@ export class StripeService {
|
|||
uniqueId,
|
||||
},
|
||||
},
|
||||
allow_promotion_codes: true,
|
||||
line_items: [
|
||||
{
|
||||
price: price,
|
||||
|
|
|
|||
Loading…
Reference in New Issue