secure_key fix
This commit is contained in:
@@ -113,7 +113,7 @@ class HutkoCallbackModuleFrontController extends ModuleFrontController
|
||||
}
|
||||
// If order still doesn't exist, proceed with validation.
|
||||
$idState = (int)Configuration::get('HUTKO_SUCCESS_STATUS_ID');
|
||||
return $this->module->validateOrderFromCart((int)$cart->id, $amountReceived, $transaction_id, $idState);
|
||||
return $this->module->validateOrderFromCart((int)$cart->id, $amountReceived, $transaction_id, $idState, true);
|
||||
};
|
||||
|
||||
// Postpone validation to seconds ending in 8 to avoid collision with result controller (ending in 3).
|
||||
|
||||
Reference in New Issue
Block a user