1
0
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:
Hillel Coren 2017-11-10 12:04:20 +02:00
parent 1121be0c20
commit 8b30d1dfb5

View File

@ -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