raihanafroz / zkteco

ZKTeco Laravel Library
151 stars 57 forks source link

setFingerprint not working #23

Open amaher-developer opened 1 year ago

amaher-developer commented 1 year ago

$zk->setFingerprint(10, $user); not working i try to getFingerprint for exist one and set to new another one put this function didn't work

haroonboxer commented 1 year ago

can you please tell me about the parameter which data need to be input into parameters

mdmasudsikdar71 commented 1 year ago

I think problem was the second parameter. is this $user contain array or object?

Second parameter must be an array not object

Amaan-n commented 3 months ago

$zk->setFingerprint(10, $user); not working i try to getFingerprint for exist one and set to new another one put this function didn't work

did you get the solution for this