Merge pull request #1923 from GPCsolutions/fixws
Fixed invoices webservice
This commit is contained in:
commit
78de38d0db
@ -136,7 +136,9 @@ $server->wsdl->addComplexType(
|
||||
'minOccurs' => '0',
|
||||
'maxOccurs' => 'unbounded'
|
||||
)
|
||||
)
|
||||
),
|
||||
null,
|
||||
'tns:line'
|
||||
);
|
||||
|
||||
|
||||
@ -197,7 +199,9 @@ $server->wsdl->addComplexType(
|
||||
'minOccurs' => '0',
|
||||
'maxOccurs' => 'unbounded'
|
||||
)
|
||||
)
|
||||
),
|
||||
null,
|
||||
'tns:invoice'
|
||||
);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user