TransbankDevelopers / transbank-sdk-php

Código fuente Transbank SDK para PHP
BSD 3-Clause "New" or "Revised" License
56 stars 30 forks source link

feat: set request timeout #282

Closed Matiasnickolas closed 4 months ago

Matiasnickolas commented 4 months ago

This PR add a default timeout for requests on 10 minutes. This can configured using an Options object when creating the products. The fourth parameter is a value in seconds , for example:

$timeOut = 20; $options = new Options("commerceCode", "apiKey", Options::ENVIRONMENT_INTEGRATION, $timeOut); $transaction = new Transaction($options);

TEST

image

image

image

image

sonarcloud[bot] commented 4 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
61.4% Coverage on New Code (required ≥ 80%)
12.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud