diff --git a/app/Ninja/PaymentDrivers/BasePaymentDriver.php b/app/Ninja/PaymentDrivers/BasePaymentDriver.php index 8854363f8ab1..43092b1a194b 100644 --- a/app/Ninja/PaymentDrivers/BasePaymentDriver.php +++ b/app/Ninja/PaymentDrivers/BasePaymentDriver.php @@ -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