TrogloGeek / prestashop-tggatos-module

TggAtos Module for Prestashop (1.4 to 1.7), ATOS SIPS 6xx payment gateway
61 stars 34 forks source link

Fix response_lock in userreturn controller #49

Closed vberthet closed 8 years ago

vberthet commented 8 years ago

Response lock doesn't work in TggAtosUserReturnModuleFrontController. $has_lock is always false.

There also a small sql errror in tggatos.php (Tested with mysql 5.6.28)

TrogloGeek commented 8 years ago

Indeed, I did forget to remove the $has_lock = false when checking the user return behavior when silent return holds the lock. Thanks!