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
In the documentation for php, the Capture a payment method indicate that a CaptureRequest is not required for a full capture https://api-reference.checkout.com/previous/#operation/captureAPayment
try { // or, capturePayment("payment_id") for a full capture $response = $api->getPaymentsClient()->capturePayment("payment_id", $request); } catch (CheckoutApiException $e) {
In PHP class Checkout\PaymentsPaymentsClient, the CaptureRequest is not nullable In previous, the CaptureRequest is nullable.
It's look like just a wrong documentation. This is the same for Java, Python an PHP
The text was updated successfully, but these errors were encountered:
Hello @benschumi, we are checking, thank you!
Sorry, something went wrong.
armando-rodriguez-cko
Successfully merging a pull request may close this issue.
In the documentation for php, the Capture a payment method indicate that a CaptureRequest is not required for a full capture
https://api-reference.checkout.com/previous/#operation/captureAPayment
In PHP class Checkout\PaymentsPaymentsClient, the CaptureRequest is not nullable
In previous, the CaptureRequest is nullable.
It's look like just a wrong documentation.
This is the same for Java, Python an PHP
The text was updated successfully, but these errors were encountered: