changing name for stripe plans

This commit is contained in:
Arjun Patel
2019-01-31 13:43:31 -08:00
parent 258491985d
commit 5af606e4eb
+1 -1
View File
@@ -51,7 +51,7 @@ exports.grantCharge = async (req, res, next) => {
} else {
const plan = await stripe.plans.create({
id: grant_id,
nickname: `Grant for grant: ${grant_id}`,
nickname: `Plan for grant: ${grant_id}`,
product: product_id,
currency: 'usd',
interval: 'month',