ServiceStack 和条纹

ServiceStack and Stripe

我正在使用 ServiceStack Stripe 包,但 GetStripeCustomer 方法的序列化程序似乎没有正确解析订阅状态。

在JSON中我可以看到Status是"past_due",但是当ServiceStack将其转换为StripeCollection时Status值是"Unknown"。

我正在使用 ServiceStack.Stripe v4.0.24

有人遇到过吗?

将 Stripe 的 Lower_Case_Enums 自动转换为 ServiceStack 的 .NET 枚举 PascalCase 命名约定 should be resolved with this commit.

时出现问题

此更改适用于 v4.0.37+,现在是 available on MyGet