392140cb36
closes #12273 - `comped` field has been allowed when editing a member or importing from a CSV. There has been a usecase (Zapier Integration) for API client to create a member with "Complimentary" plan, which made this change necessary - Previously the logic for comped field was to skip and continue member record creation if Stripe was not connected. Now we throw an error - same as the one we have been throwing before when stripe_customer_id field was passed in. The implication of this change is that we won't be creating any record now if comped === true and Stripe is disabled. - Bumped admin-api-schema-package. Contains `comped` schema change so this field gets passed through to controller |
||
---|---|---|
.. | ||
client@c534b74746 | ||
frontend | ||
server | ||
shared | ||
index.js |