Ghost/ghost/members-api/lib
Fabien O'Carroll 635c2614a3 Fixed errors for non-subscription invoices
refs https://github.com/TryGhost/Team/issues/887

Our invoice webhook handling code assumed that every invoice would be
for a subscription, but that is not the case. There are valid use-cases
of using the same Stripe account in order to sell items with a one-off
purchase. Here we update the handling to ignore all invoices which are
not for subscriptions.
2021-11-02 15:34:02 +02:00
..
controllers Fixed issues with checkout when not using coupon 2021-10-21 18:06:36 +02:00
repositories Fixed race condition when linking subscriptions 2021-10-18 17:26:34 +02:00
services Fixed errors for non-subscription invoices 2021-11-02 15:34:02 +02:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Fixed behaviour of sending emails when adding member 2021-11-02 12:37:07 +02:00
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30