Replies: 4 comments 2 replies
-
|
Webhooks for invoices should update that? We may need to add more. |
Beta Was this translation helpful? Give feedback.
-
|
No, webhooks didn't do that. Note that this happened for an invoice which is paid after sending the invoice. The only events |
Beta Was this translation helpful? Give feedback.
-
|
I'm interested in working on this. I'll create an Issue for it. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @fschwahn. Here is the new Issue. Can you please confirm it accurately describes the issue? Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
stripe_object&.latest_invoice(for aPay::Stripe::Subscription) to look at the latest invoice (and check if it has been paid). However, this object may be stale, ie. it may have been already paid, but the stored invoice still hasstatus == 'open'.I'm not sure if this is a bug (and the subscription should be updated along with the invoice), or I should not have relied on the
latest_invoicebeing up-to-date, but introduced a bug into our system which was easy to add, and hard to detect.Beta Was this translation helpful? Give feedback.
All reactions