As noted in a [recent commit](https://github.com/Haidra-Org/AI-Horde/commit/a9e240d4211526ed9a45a8f00b7281dd0a73f657) the python stripe library we use for supporter kudos rewards has made breaking changes to the objects we rely on. - https://github.com/stripe/stripe-python/wiki/Migration-guide-for-v15 has a starting place for what we need changed - Successful implementations should also include tests to verify the semantics of the behavior. Use mocks to emulate the production data.
As noted in a recent commit the python stripe library we use for supporter kudos rewards has made breaking changes to the objects we rely on.