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.
1 parent f6b02fe commit 0444d0dCopy full SHA for 0444d0d
src/Adapter/Parsian.php
@@ -41,7 +41,7 @@ class Parsian extends AdapterAbstract implements AdapterInterface
41
42
public function init()
43
{
44
- ini_set("default_socket_timeout", config('larapay.parsian.timeout'));
+ ini_set("default_socket_timeout", strval(config('larapay.parsian.timeout')));
45
}
46
47
/**
0 commit comments