https://steempay.io/payment/www.steemit.com?payid=mTv41AjYsDQmubqQ2A
Got an exception when clicking on the Go back to your merchant
link, some code is printed out.
Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
Open: /var/dev_steempay/bootstrap/compiled.php
if (!is_null($route)) {
return $route->bind($request);
}
$others = $this->checkForAlternateVerbs($request);
if (count($others) > 0) {
return $this->getOtherMethodsRoute($request, $others);
}
throw new NotFoundHttpException();
}
protected function checkForAlternateVerbs($request)
Perhaps caused by lack of http://
on callback
in your first version of the reply.