Skip to content

Commit a216d4c

Browse files
author
Mariusz Soltys
committed
Changed SOAP get functions method name
1 parent 07e2761 commit a216d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function getAddressDetails($moniker, $options = array())
166166
/**
167167
* @return \stdClass JSON encoded array containing Available QAS methods
168168
*/
169-
public function getMethods()
169+
public function getSoapActions()
170170
{
171171
$functions = $this->client->__getFunctions();
172172
return $functions;

0 commit comments

Comments
 (0)