0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/regression/api
naz 392140cb36
Allowed for comped field when creating a member through Members API (#12278)
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
2020-10-14 13:24:09 +13:00
..
canary Allowed for comped field when creating a member through Members API (#12278) 2020-10-14 13:24:09 +13:00
v2 Fixed failing regression tests 2020-09-22 16:13:57 +12:00
v3 Fixed failing regression tests 2020-09-22 16:13:57 +12:00
admin_spec.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00