Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -429,7 +429,7 @@ |
430 | 430 | curl_setopt( $ch, CURLOPT_USERAGENT, $user_agent ); |
431 | 431 | curl_setopt( $ch, CURLOPT_HEADER, 1 ); |
432 | 432 | curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 ); |
433 | | - curl_setopt( $ch, CURLOPT_TIMEOUT, 90 ); |
| 433 | + curl_setopt( $ch, CURLOPT_TIMEOUT, 5 ); |
434 | 434 | curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, 0 ); |
435 | 435 | curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, 0 ); |
436 | 436 | curl_setopt( $ch, CURLOPT_POSTFIELDS, $payflow_query ); |