Make license key larger

This commit is contained in:
Hillel Coren 2017-11-10 12:03:05 +02:00
parent 2af9264495
commit 5839106731

View File

@ -793,7 +793,7 @@ class BasePaymentDriver
// Add the license key to the invoice content // Add the license key to the invoice content
$invoiceItem = $payment->invoice->invoice_items->first(); $invoiceItem = $payment->invoice->invoice_items->first();
$invoiceItem->notes .= "\n\n##{$license->license_key}"; $invoiceItem->notes .= "\n\n#{$license->license_key}";
$invoiceItem->save(); $invoiceItem->save();
// Add the license key to the redirect URL // Add the license key to the redirect URL