Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frwiqueueit committed Aug 31, 2020
1 parent 4137caf commit dc8df89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/code/community/Queueit/Knownuser/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Queueit_Knownuser_Model_Observer
{
const MAGENTO_SDK_VERSION = "1.3.1";
const MAGENTO_SDK_VERSION = "1.3.2";
/**
* Temporary storage of the cookie value, easier for validation.
*
Expand Down Expand Up @@ -77,7 +77,7 @@ public function handleRequest(Mage_Core_Controller_Request_Http $request, Mage_C
}


if (!empty($token) && !empty($result->actionType)) {
if (!empty($token) && $result->actionType == "Queue") {
// Redirect to url without token
// This is a valid token and should be allowed to update
$helper = Mage::helper('core/url');
Expand Down

0 comments on commit dc8df89

Please sign in to comment.