Index: branches/5.2.x/units/gateways/gw_classes/paypal.php =================================================================== diff -u -N -r15141 -r16021 --- branches/5.2.x/units/gateways/gw_classes/paypal.php (.../paypal.php) (revision 15141) +++ branches/5.2.x/units/gateways/gw_classes/paypal.php (.../paypal.php) (revision 16021) @@ -1,6 +1,6 @@ '???', ); + // TODO: maybe this should be SetDBFieldsFromHash instead, because all data comes from inside. $order->SetFieldsFromHash($info); $order->SetDBField('Status', ORDER_STATUS_PROCESSED); @@ -265,4 +266,4 @@ return $success; } - } \ No newline at end of file + }