Fix issue #24093: add manual payment retry documentation#24445
Fix issue #24093: add manual payment retry documentation#24445
Conversation
Assisted-By: docker-agent
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR successfully documents the manual payment retry option for failed subscription payments. The changes are well-structured and fill a genuine documentation gap.
Minor style suggestions:
- One redundant sentence that could be removed for conciseness (see inline comment)
| 2. Select **Pay online** on the invoice. | ||
| 3. You'll be redirected to Stripe to complete the payment with your current payment method or a different one. | ||
|
|
||
| This allows you to resolve payment issues immediately without waiting for the automatic retry schedule. |
There was a problem hiding this comment.
STYLE: Use 'lets you' instead of 'allows you to'
According to STYLE.md word list, 'allows you to' should be replaced with 'lets you' or state what it does directly.
Additionally, this sentence is redundant with the section opener. The opener already states 'If you want to resolve a failed payment immediately instead of waiting for the automatic retry schedule', so this closing sentence repeats the same information and violates STYLE.md's conciseness principle.
Suggestion: Remove this sentence entirely for conciseness.
Documents the manual payment retry option for failed subscription payments.
Changes:
This reduces support burden by documenting the self-service payment retry option.
Fixes #24093