Skip to content

Commit afcb436

Browse files
authored
Merge pull request #22 from lshchur/patch-1
fix error during di:compile: Warning: Declaration of LiqpayMagento\Li…
2 parents 55002e4 + 3b2b1bb commit afcb436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/LiqpayMagento/LiqPay/Sdk/LiqPay.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ public function getSupportedCurrencies()
7777
return $this->_supportedCurrencies;
7878
}
7979

80-
public function api($path, $params = array())
80+
public function api($path, $params = array(), $timeout = 5)
8181
{
8282
$params = $this->prepareParams($params);
83-
return parent::api($path, $params);
83+
return parent::api($path, $params, $timeout);
8484
}
8585

8686
public function cnb_form($params)

0 commit comments

Comments
 (0)