We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not seem to find the runTransaction method declared anywhere. Could you point me to where it is declared.
The text was updated successfully, but these errors were encountered:
@rebillia-sam it's SOAP operation, you can find it in wsdl schema. __getFunctions() returns such prototype:
__getFunctions()
ReplyMessage runTransaction(RequestMessage $input)
you can use $client->__soapCall('runTransaction', [$request]) instead, if you want to avoid IDE warnings
$client->__soapCall('runTransaction', [$request])
Sorry, something went wrong.
No branches or pull requests
I can not seem to find the runTransaction method declared anywhere. Could you point me to where it is declared.
The text was updated successfully, but these errors were encountered: