Index: branches/5.3.x/units/gateways/gw_classes/google_checkout.php =================================================================== diff -u -r15925 -r16227 --- branches/5.3.x/units/gateways/gw_classes/google_checkout.php (.../google_checkout.php) (revision 15925) +++ branches/5.3.x/units/gateways/gw_classes/google_checkout.php (.../google_checkout.php) (revision 16227) @@ -1,6 +1,6 @@ <?php /** -* @version $Id: google_checkout.php 15925 2013-07-30 10:02:36Z alex $ +* @version $Id: google_checkout.php 16227 2015-09-01 08:21:58Z alex $ * @package In-Commerce * @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved. * @license Commercial License @@ -176,7 +176,7 @@ */ function getRequestXML() { - $xml_data = $GLOBALS['HTTP_RAW_POST_DATA']; + $xml_data = file_get_contents('php://input'); if ( $this->Application->isDebugMode() ) { $this->toLog($xml_data, 'xml_request.html'); @@ -937,4 +937,4 @@ { } - } \ No newline at end of file + }