You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
It would be nice to be able to get the response for captureAuthorizedOrder().
In the case where the $amount is specified and a $json is present, the $expectResponse parameter is set to true for the sendRequest() method. But there is no way for the end user to retrieve that response because the captureAuthorizedOrder() doesn't return anything.
It would also be nice to retrieve the response irrespective of whether the $amount is specified or not.
Or is there a reason why the response is not returned?
The text was updated successfully, but these errors were encountered:
I've just encountered this exact problem in a project that I'm working on.
@aditya-cherukuri's pull request (#12) looks perfect to me. I'd really rather not go editing the files in the vendor directory in case they are clobbered by a future code update upstream.
It would be nice to be able to get the response for captureAuthorizedOrder().
In the case where the $amount is specified and a $json is present, the $expectResponse parameter is set to true for the sendRequest() method. But there is no way for the end user to retrieve that response because the captureAuthorizedOrder() doesn't return anything.
It would also be nice to retrieve the response irrespective of whether the $amount is specified or not.
Or is there a reason why the response is not returned?
The text was updated successfully, but these errors were encountered: