Skip to content

Commit

Permalink
fix wsdl cache for parsian bank
Browse files Browse the repository at this point in the history
  • Loading branch information
miladkian committed May 6, 2020
1 parent e0c9764 commit 01674b4
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_MEMORY,
'encoding' => 'UTF-8',
);

Expand Down

0 comments on commit 01674b4

Please sign in to comment.