docs: Improve inline docs

This commit is contained in:
Vlad Olaru 2023-11-16 10:11:10 +02:00
parent 7a1eed28c5
commit fb381bd03c
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,8 @@ class WcPayWelcomePage {
/**
* Check if the store has any paid orders.
*
* Currently, we look at the past 90 days and only consider orders with status `wc-completed` or `wc-processing`.
* Currently, we look at the past 90 days and only consider orders
* with status `wc-completed`, `wc-processing`, or `wc-refunded`.
*
* @return boolean Whether the store has any paid orders.
*/