CyberSource / cybersource-sdk-php

PHP SDK for Cybersource SOAP Toolkit API
Other
55 stars 58 forks source link

runTransaction #30

Open rebillia-sam opened 6 years ago

rebillia-sam commented 6 years ago

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

shoxy commented 6 years ago

@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