File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ public function auth($agreement = null, $secret = null)
23
23
$ agreement = $ agreement ?? $ this ->agreement ;
24
24
$ secret = $ secret ?? $ this ->secret ;
25
25
26
- $ this ->soap = new SoapWrapper ();
27
- $ this ->soap ->add ('economic ' , function (Service $ service ) {
28
- $ service ->wsdl ('https://api.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL ' )
29
- ->trace (true )
30
- ->header ('X ' , 'EconomicAppIdentifier ' , 'e-conomic Soap API ' );
31
- });
26
+ $ this ->soap = new SoapWrapper ();
27
+ $ this ->soap ->add ('economic ' , function (Service $ service ) {
28
+ $ service ->wsdl ('https://api.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL ' )
29
+ ->trace (true )
30
+ ->header ('X ' , 'EconomicAppIdentifier ' , 'e-conomic Soap API ' );
31
+ });
32
32
33
33
$ this ->soap ->call ('economic.ConnectWithToken ' , [
34
34
'ConnectWithToken ' => [
You can’t perform that action at this time.
0 commit comments