mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Make license key larger
This commit is contained in:
parent
1121be0c20
commit
8b30d1dfb5
@ -802,7 +802,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…
Reference in New Issue
Block a user