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.
1 parent a488bbf commit 12e0bcaCopy full SHA for 12e0bca
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