diff --git a/app/Ninja/PaymentDrivers/BasePaymentDriver.php b/app/Ninja/PaymentDrivers/BasePaymentDriver.php index 4e540565ed91..bb36eb1ad01a 100644 --- a/app/Ninja/PaymentDrivers/BasePaymentDriver.php +++ b/app/Ninja/PaymentDrivers/BasePaymentDriver.php @@ -823,6 +823,7 @@ class BasePaymentDriver $license->license_key = Utils::generateLicense(); $license->affiliate_id = $affiliateId; $license->product_id = $productId; + $license->is_claimed = 0; $license->save(); // Add the license key to the invoice content