Authored by hf

fixes bug to call product detail api and order status

... ... @@ -385,7 +385,7 @@ class AbstractAction extends Controller_Abstract
if ($backUrl) {
$header['navBack'] = true;
if (is_string($backUrl)) {
if (is_string($backUrl) && $backUrl != '') {
$header['backUrl'] = $backUrl;
}
}
... ...