Steve Stalder
Steve Stalder
Stripe v35.11.0 #1970 This breaks my dotnet core 3 project not using Newtonsoft.Json as the serializer, and I would assume anyone using System.Text.Json. This is due to the JsonIgnore attribute...
Is there a reason the sample code project was removed? Do you guys have plans to support this library in the near future for .net core?
Steps to reproduce: - Run sample for GetAnAcceptPaymentPage - Redirect to payment page via the code below ``` Pay ``` - Fill out form with test credit card information ```...