mirror of
https://github.com/metallicgloss/WHMCS-Discord-Notifications.git
synced 2025-12-19 14:59:18 +00:00
Get rid of incorrect comment
This commit is contained in:
@@ -88,7 +88,6 @@ if($invoicePaid === true):
|
|||||||
'content' => $GLOBALS['discordGroupID'],
|
'content' => $GLOBALS['discordGroupID'],
|
||||||
'username' => $GLOBALS['companyName'],
|
'username' => $GLOBALS['companyName'],
|
||||||
'avatar_url' => $GLOBALS['discordWebHookAvatar'],
|
'avatar_url' => $GLOBALS['discordWebHookAvatar'],
|
||||||
// Create a pretty embed showing the email of the user who paid as well as the amount of paid. Include each product in the order as an inline field
|
|
||||||
'embeds' => array(
|
'embeds' => array(
|
||||||
array(
|
array(
|
||||||
'title' => 'Invoice ' . $vars['invoiceid'] . ' Has Been Paid',
|
'title' => 'Invoice ' . $vars['invoiceid'] . ' Has Been Paid',
|
||||||
|
|||||||
Reference in New Issue
Block a user