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