mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(promo): send payment method with promo
This commit is contained in:
parent
9538c86d02
commit
714512b0a3
1 changed files with 1 additions and 0 deletions
|
|
@ -434,6 +434,7 @@ api.createSubscription = async function createSubscription (data) {
|
|||
key: data.gift.subscription.key,
|
||||
},
|
||||
},
|
||||
paymentMethod: data.paymentMethod,
|
||||
promo: 'Winter',
|
||||
};
|
||||
await this.createSubscription(promoData);
|
||||
|
|
|
|||
Loading…
Reference in a new issue