From 5af606e4eba69673976b597241b553ab63aee4b8 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Thu, 31 Jan 2019 13:43:31 -0800 Subject: [PATCH] changing name for stripe plans --- app/controllers/stripe.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/stripe.controller.js b/app/controllers/stripe.controller.js index 3197066..288b9f8 100644 --- a/app/controllers/stripe.controller.js +++ b/app/controllers/stripe.controller.js @@ -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',