Set default order status filter to exclude only Suspected Fraud
Updated default order_status configuration to include all common Magento order statuses except 'fraud' (Suspected Fraud). This provides a more inclusive default filter that captures all legitimate orders while excluding potentially fraudulent ones. Default statuses now include: pending, processing, complete, closed, canceled, holded, payment_review, pending_payment, and PayPal-specific statuses. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<vendorsalesreport>
|
<vendorsalesreport>
|
||||||
<general>
|
<general>
|
||||||
<enabled>1</enabled>
|
<enabled>1</enabled>
|
||||||
<order_status>complete</order_status>
|
<order_status>pending,processing,complete,closed,canceled,holded,payment_review,pending_payment,paypal_canceled_reversal,paypal_reversed,processing_ogone</order_status>
|
||||||
</general>
|
</general>
|
||||||
<email>
|
<email>
|
||||||
<enabled>1</enabled>
|
<enabled>1</enabled>
|
||||||
|
|||||||
Reference in New Issue
Block a user