Skip to content
New issue

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

runTransaction #30

Open
rebillia-sam opened this issue Nov 20, 2017 · 1 comment
Open

runTransaction #30

rebillia-sam opened this issue Nov 20, 2017 · 1 comment

Comments

@rebillia-sam
Copy link

I can not seem to find the runTransaction method declared anywhere. Could you point me to where it is declared.

@shoxy
Copy link

shoxy commented Nov 30, 2017

@rebillia-sam it's SOAP operation, you can find it in wsdl schema.
__getFunctions() returns such prototype:

ReplyMessage runTransaction(RequestMessage $input)

you can use $client->__soapCall('runTransaction', [$request]) instead, if you want to avoid IDE warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants