Skip to content

Commit 3d30f1e

Browse files
committed
2 parents a4f9b13 + ffcae75 commit 3d30f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

licensing/methods.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ def create_key(token, product_id, period = 0,\
185185
"F5": f5,\
186186
"F6": f6,\
187187
"F7": f7,\
188-
"F8": f2,\
188+
"F8": f8,\
189189
"Notes": notes,\
190190
"Block": block,\
191191
"CustomerId": customer_id,\
192-
"NewCustomer": f2,\
192+
"NewCustomer": new_customer,\
193193
"AddOrUseExistingCustomer": add_or_use_existing_customer,\
194194
"TrialActivation": trial_activation,\
195195
"MaxNoOfMachines": max_no_of_machines,\
@@ -436,4 +436,4 @@ def IsOnRightMachine(license_key, is_floating_license = False, allow_overdraft=F
436436
if current_mid == act_machine.Mid:
437437
return True
438438

439-
return False
439+
return False

0 commit comments

Comments
 (0)