Skip to content

Commit dbcbe85

Browse files
committed
Merge branch 'master' of github.com:iamtartan/laravel-online-payment
2 parents cc6a234 + 0ae6ccf commit dbcbe85

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
@@ -34,7 +34,7 @@ class Parsian extends AdapterAbstract implements AdapterInterface
3434

3535
protected $soapOptions = array(
3636
'soap_version' => 'SOAP_1_1',
37-
'cache_wsdl' => WSDL_CACHE_NONE,
37+
'cache_wsdl' => WSDL_CACHE_BOTH,
3838
'encoding' => 'UTF-8',
3939
);
4040

0 commit comments

Comments
 (0)