Skip to content

Commit 0ae6ccf

Browse files
author
Aboozar Ghaffari
authored
Merge pull request #22 from miladkian/master
fix Parsian wsdl cache
2 parents e0c9764 + c8b98e7 commit 0ae6ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Parsian.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Parsian extends AdapterAbstract implements AdapterInterface
3030

3131
protected $soapOptions = array(
3232
'soap_version' => 'SOAP_1_1',
33-
'cache_wsdl' => WSDL_CACHE_NONE,
33+
'cache_wsdl' => WSDL_CACHE_BOTH,
3434
'encoding' => 'UTF-8',
3535
);
3636

0 commit comments

Comments
 (0)