mirror of
https://github.com/metallicgloss/WHMCS-Discord-Notifications.git
synced 2025-12-19 14:59:18 +00:00
Changed config
This commit is contained in:
@@ -58,8 +58,8 @@ $invoiceRefunded = false; // Invoice Refunded Notification
|
||||
$invoiceLateFee = false; // Invoice Late Fee Notification
|
||||
|
||||
// Order Notifications
|
||||
$pendingOrder = true; // Order Set to Pending Notification
|
||||
$orderPaid = true; // Order Paid Notification
|
||||
$pendingOrder = false; // Order Set to Pending Notification
|
||||
$orderPaid = false; // Order Paid Notification
|
||||
$orderAccepted = false; // Order Accepted Notification
|
||||
$orderCancelled = false; // Order Cancelled Notification
|
||||
$orderCancelledRefunded = false; // Order Cancelled & Refunded Notification
|
||||
|
||||
Reference in New Issue
Block a user