mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Make license key larger
This commit is contained in:
parent
2af9264495
commit
5839106731
@ -793,7 +793,7 @@ class BasePaymentDriver
|
||||
|
||||
// Add the license key to the invoice content
|
||||
$invoiceItem = $payment->invoice->invoice_items->first();
|
||||
$invoiceItem->notes .= "\n\n##{$license->license_key}";
|
||||
$invoiceItem->notes .= "\n\n#{$license->license_key}";
|
||||
$invoiceItem->save();
|
||||
|
||||
// Add the license key to the redirect URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user