Fix for white label licenses
This commit is contained in:
parent
39442f48ce
commit
7ad72aa884
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue