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 01674b4 commit c8b98e7Copy full SHA for c8b98e7
src/Adapter/Parsian.php
@@ -30,7 +30,7 @@ class Parsian extends AdapterAbstract implements AdapterInterface
30
31
protected $soapOptions = array(
32
'soap_version' => 'SOAP_1_1',
33
- 'cache_wsdl' => WSDL_CACHE_MEMORY,
+ 'cache_wsdl' => WSDL_CACHE_BOTH,
34
'encoding' => 'UTF-8',
35
);
36
0 commit comments