pull/29/head
Matthew 2020-11-08 07:30:10 -05:00
parent 24e161fdbf
commit ee7ab9b172
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 3 additions and 0 deletions

View File

@ -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,