#Maxime-searchAPI
1 messages · Page 1 of 1 (latest)
hi! It works, it's not defined on that service specifically since it's on the superclass (inside https://github.com/stripe/stripe-dotnet/tree/master/src/Stripe.net/Services/_base etc)
if it's not working for you when you try run the code then you are using an older version of stripe-dotnet
That's weird because I am using Stripe.net 39.111.0 that was published 17 hours and it still doesn't compile.
And if I look at the base class (https://github.com/stripe/stripe-dotnet/blob/master/src/Stripe.net/Services/_base/Service.cs) there is no "Search" method defined.
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - stripe-dotnet/Service.cs at master · stripe/stripe-dotnet
yeah you're right actually
seems like a bug and something we missed, I'll flag it internally
Ok good. In the mean time, is there a workaround if I want to get and Invoice object from the InvoiceNumber (not the invoiceId)?
Also, do you know how long it can take to have this fixed?
easiest way is to store that in your database(like store the ID instead of or in addition to the number) so you can easily look it up that way
or you could call the Search API with raw HTTP requests but it's not worth it
we'd probably fix this very quickly so I'd just wait for the next release
Sounds good. I'll wait then. Is there a way for me to monitor the status of this issue? Do you have any public ticket that I can follow?
you can open one ne github if you like since it's a genuine bug
Ok, I'll do so.
I just pinged the team internally so they'll see it when they're online later