lib/stripe/resources/invoice.rb in stripe-8.6.0.pre.beta.5 vs lib/stripe/resources/invoice.rb in stripe-8.6.0.pre.beta.6

- old
+ new

@@ -9,10 +9,10 @@ # that may be caused by subscription upgrades/downgrades (if necessary). # # If your invoice is configured to be billed through automatic charges, # Stripe automatically finalizes your invoice and attempts payment. Note # that finalizing the invoice, - # [when automatic](https://stripe.com/docs/billing/invoices/workflow/#auto_advance), does + # [when automatic](https://stripe.com/docs/invoicing/integration/automatic-advancement-collection), does # not happen immediately as the invoice is created. Stripe waits # until one hour after the last webhook was successfully sent (or the last # webhook timed out after failing). If you (and the platforms you may have # connected to) have no webhooks configured, Stripe waits one hour after # creation to finalize the invoice.