#camsmi1993
1 messages · Page 1 of 1 (latest)
Hi 👋
When you say you are testing in C#, are you using our .NET library?
ah sorry, yes.
Okay, so this is a strongly typed library and because of that the API version is pinned to the library version. Do you know which version of the library you are using?
it looks like we're using version 39.70.0
here's the whole package reference <PackageReference Include="Stripe.net" Version="39.70.0" />
In our CHANGELOG: https://github.com/stripe/stripe-dotnet/blob/v40.15.0/CHANGELOG.md
the TestClock first appears in 39.94.0
ah okay, so we'll need to update our package to at least 39.94.0. Thank you, I'll check out the change log and confer with the team