We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a488bbf + 12e0bca commit 46930adCopy full SHA for 46930ad
components/membership-form-backend/index.js
@@ -206,6 +206,7 @@ const validateAndParseRequest = (body) => {
206
return {
207
...body,
208
manual_sign_up_password: undefined, // erase the password from the body to avoid writing it to database
209
+ additionalInfo: undefined, // erase the headers from the body to avoid writing it to the database
210
payment_amount: membershipType.amount, // add the amount to the body to be included in db, may be undefined
211
payment_method: paymentMethod,
212
duration_months: membershipType.months,
0 commit comments