Skip to content

Commit

Permalink
FIX : CreateInvoiceFromOrder prototype
Browse files Browse the repository at this point in the history
* SOAP declaration must follow function argument list
  • Loading branch information
camlafit committed May 18, 2017
1 parent 368fb31 commit 94ca528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/webservices/server_invoice.php
Expand Up @@ -254,7 +254,7 @@
$server->register(
'createInvoiceFromOrder',
// Entry values
array('authentication'=>'tns:authentication','invoice'=>'tns:invoice'),
array('authentication'=>'tns:authentication','id_order'=>'xsd:string','ref_order'=>'xsd:string','ref_ext_order'=>'xsd:string','id_invoice'=>'xsd:string','ref_invoice'=>'xsd:string','ref_ext_invoice'=>'xsd:string'),
// Exit values
array('result'=>'tns:result','invoice'=>'tns:invoice'),
$ns,
Expand Down

0 comments on commit 94ca528

Please sign in to comment.