I've an issue in production, with timeout on Worldline on some payment transactions (more than 300 seconds!) and we are investigating on network/infrastructure layer to fix at this level.
However, the SDK seems not provide a method to set a custom configuration to apply a curl timeoutCURLOPT_TIMEOUT (and some others curl_setopt like this, CURLOPT_CONNECTTIMEOUT, …)
I've an issue in production, with timeout on Worldline on some payment transactions (more than 300 seconds!) and we are investigating on network/infrastructure layer to fix at this level.
However, the SDK seems not provide a method to set a custom configuration to apply a curl timeout
CURLOPT_TIMEOUT
(and some otherscurl_setopt
like this,CURLOPT_CONNECTTIMEOUT
, …)Did I've miss something ? Thanks.