diff --git a/services/memberships/handler.js b/services/memberships/handler.js index 91322ee6..fe1f9ea0 100644 --- a/services/memberships/handler.js +++ b/services/memberships/handler.js @@ -56,10 +56,6 @@ export const config = { }; export const payment = async (event, ctx, callback) => { - const { - target: { value }, - } = event; - const session = await stripe.checkout.sessions.create({ payment_method_types: ["card"], line_items: [ @@ -87,9 +83,6 @@ export const payment = async (event, ctx, callback) => { education1: ctx.body.education, education: event.education, email: event.body.email, - email2: value.email, - email3: value.body.email, - test: value, // faculty: event.faculty, // first_name: event.body.first_name, // heard_from: event.body.heard_from,