#fdc8cd4cff2c19e0d1022e78481ddf36
1 messages · Page 1 of 1 (latest)
What do you mean by shows it to a different user? Can you please elaborate?
One user is logged in (lets say email1@gmail.com), has subscription_id as None. We try to fetch unpaid invoices for him, however it returns a link to pay the invoice for email2@gmail.com (different user)
You're not filtering by customer
When I try to run the same code locally, it returns an empty list (which is correct behavior)
I am
If I run it locally without specifying the subscription_id, it returns empty list (sending subscription_id=None)
If I run it on our server, it return the first invoice?
Not sure if this is meant to be like that
When you run it locally, are you in test mode?
Can you share the request id's of both requests then?
(using same secret + public key as on my prod server)