Correction of link.

This commit is contained in:
William Phillips
2017-11-13 00:05:37 +00:00
committed by GitHub
parent 1aba5a5a41
commit 65c480ce9a

View File

@@ -29,7 +29,7 @@
'username' => $companyName,
'embeds' => array(
array(
'url' => $whmcsAdminURL . 'invoices.php?action=view&id=' . $vars['invoiceid'],
'url' => $whmcsAdminURL . 'invoices.php?action=edit&id=' . $vars['invoiceid'],
'timestamp' => date(DateTime::ISO8601),
'description' => '',
'color' => '5653183',
@@ -50,7 +50,7 @@
'username' => $companyName,
'embeds' => array(
array(
'url' => $whmcsAdminURL . 'invoices.php?action=view&id=' . $vars['invoiceid'],
'url' => $whmcsAdminURL . 'invoices.php?action=edit&id=' . $vars['invoiceid'],
'timestamp' => date(DateTime::ISO8601),
'description' => '',
'color' => '5653183',