. , PayPal Express PayPal. :
http://www.magentocommerce.com/bug-tracking/issue/?issue=9894
, , / PayPal.
Magento PayPal Express ( PayPal) .
:
1) Paypal, .
2) , Paypal PayPal, :
" PayPal ".
, , .
PayPal.
, "DoExpressCheckoutPayment" PayPal. , , "successpageredirectrequested" "true". , PayPal . PayPal .
Magento , PayPal ( "successpageredirectrequested" true), PayPal .
, Magento, app/code/core/Mage/Paypal/Controller/Express/Abstract.php
"public function placeOrderAction()".
:
$url = $this->_checkout->getRedirectUrl();
if ($url) {
$this->getResponse()->setRedirect($url);
return;
}
$this->_initToken(false);
$this->_redirect(?checkout/onepage/success?);
return;
}
"if", :
//if ($url) {
//$this->getResponse()->setRedirect($url);
// return;
//}
, . , Magento, Magento.