Make license key larger
This commit is contained in:
parent
1121be0c20
commit
8b30d1dfb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue