Moves updateHelcimSubscription to the live-verified wrapped shape
(PATCH /subscriptions { subscriptions: [{ id, ...payload }] }), adds a prior-
status check so sendWelcomeEmail only fires on pending_payment to active
transitions, short-circuits get-or-create-customer when a valid
helcimCustomerId is already on file, and replaces member.save() Slack-status
writes with findByIdAndUpdate({ runValidators: false }) to avoid save-time
validator pitfalls.
|
||
|---|---|---|
| .. | ||
| create-plan.post.js | ||
| customer-code.get.js | ||
| customer.post.js | ||
| get-or-create-customer.post.js | ||
| initialize-payment.post.js | ||
| plans.get.js | ||
| subscription.post.js | ||
| subscriptions.get.js | ||
| update-billing.post.js | ||
| verify-payment.post.js | ||