stripe logic change
This commit is contained in:
parent
85a410256a
commit
403b4a0fe1
|
|
@ -395,7 +395,7 @@ export class StripeService {
|
|||
},
|
||||
}
|
||||
: {}),
|
||||
allow_promotion_codes: true,
|
||||
allow_promotion_codes: body.period === 'MONTHLY',
|
||||
line_items: [
|
||||
{
|
||||
price,
|
||||
|
|
|
|||
Loading…
Reference in New Issue