OK, so the ["WAEC_ContinueRedirect"]=>string(16) "/detail.php?ID=1" variable is getting a value, make sure your cart page has the following code just before the <doctype..> tag.
<?php
// WA eCart Redirect
if ($eCart1->redirStr != "") {
header("Location: ".$eCart1->redirStr);
}
?>