Index: branches/5.3.x/units/gateways/gw_classes/paypal.php =================================================================== diff -u -N -r15925 -r16106 --- branches/5.3.x/units/gateways/gw_classes/paypal.php (.../paypal.php) (revision 15925) +++ branches/5.3.x/units/gateways/gw_classes/paypal.php (.../paypal.php) (revision 16106) @@ -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 + }