Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -456,7 +456,7 @@ |
457 | 457 | |
458 | 458 | if ( $headers['http_code'] != 200 && $headers['http_code'] != 403 ) { |
459 | 459 | wfDebugLog( 'payflowpro_gateway', 'Failed sending transaction to PayflowPro, retrying' ); |
460 | | - sleep( 5 ); |
| 460 | + sleep( 1 ); |
461 | 461 | } elseif ( $headers['http_code'] == 200 || $headers['http_code'] == 403 ) { |
462 | 462 | wfDebugLog( 'payflowpro_gateway', 'Finished sending transaction to PayflowPro' ); |
463 | 463 | break; |