We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55002e4 + 3b2b1bb commit afcb436Copy full SHA for afcb436
app/code/LiqpayMagento/LiqPay/Sdk/LiqPay.php
@@ -77,10 +77,10 @@ public function getSupportedCurrencies()
77
return $this->_supportedCurrencies;
78
}
79
80
- public function api($path, $params = array())
+ public function api($path, $params = array(), $timeout = 5)
81
{
82
$params = $this->prepareParams($params);
83
- return parent::api($path, $params);
+ return parent::api($path, $params, $timeout);
84
85
86
public function cnb_form($params)
0 commit comments