Index: branches/5.3.x/units/gateways/gw_classes/paypal_direct.php =================================================================== diff -u -N -r15492 -r15671 --- branches/5.3.x/units/gateways/gw_classes/paypal_direct.php (.../paypal_direct.php) (revision 15492) +++ branches/5.3.x/units/gateways/gw_classes/paypal_direct.php (.../paypal_direct.php) (revision 15671) @@ -1,6 +1,6 @@ Application->getClientIp(); $post_fields['USER'] = $gw_params['api_username']; $post_fields['PWD'] = $gw_params['api_password']; $post_fields['SIGNATURE'] = $gw_params['signature'];