fixes
parent
24e161fdbf
commit
ee7ab9b172
|
@ -63,6 +63,9 @@ export default class Apply extends Command {
|
|||
duration: 'once',
|
||||
max_redemptions: 1,
|
||||
name: 'Tier 3 - EDS Discount',
|
||||
metadata: {
|
||||
userID: member.user.id,
|
||||
},
|
||||
});
|
||||
const promo = await client.stripe.promotionCodes.create({
|
||||
coupon: coupon.id,
|
||||
|
|
Loading…
Reference in New Issue