We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e2761 commit a216d4cCopy full SHA for a216d4c
src/QAS.php
@@ -166,7 +166,7 @@ public function getAddressDetails($moniker, $options = array())
166
/**
167
* @return \stdClass JSON encoded array containing Available QAS methods
168
*/
169
- public function getMethods()
+ public function getSoapActions()
170
{
171
$functions = $this->client->__getFunctions();
172
return $functions;
0 commit comments