diff --git a/app/Ninja/PaymentDrivers/BasePaymentDriver.php b/app/Ninja/PaymentDrivers/BasePaymentDriver.php index 5018000c1a8b..7d0cad613da4 100644 --- a/app/Ninja/PaymentDrivers/BasePaymentDriver.php +++ b/app/Ninja/PaymentDrivers/BasePaymentDriver.php @@ -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