Skip to content

Commit

Permalink
Merge pull request #22 from miladkian/master
Browse files Browse the repository at this point in the history
fix Parsian wsdl cache
  • Loading branch information
Aboozar Ghaffari authored May 6, 2020
2 parents e0c9764 + c8b98e7 commit 0ae6ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Parsian.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Parsian extends AdapterAbstract implements AdapterInterface

protected $soapOptions = array(
'soap_version' => 'SOAP_1_1',
'cache_wsdl' => WSDL_CACHE_NONE,
'cache_wsdl' => WSDL_CACHE_BOTH,
'encoding' => 'UTF-8',
);

Expand Down

0 comments on commit 0ae6ccf

Please sign in to comment.