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

Payment processed with failure #27

Open
LiamKarlMitchell opened this issue May 4, 2020 · 0 comments
Open

Payment processed with failure #27

LiamKarlMitchell opened this issue May 4, 2020 · 0 comments

Comments

@LiamKarlMitchell
Copy link

LiamKarlMitchell commented May 4, 2020

Trying to investigate why two Laybuy orders were not invoiced.

        $this->logger->debug([
            __METHOD__ => 'Payment processed with failure',
            'token' => $token,
            'Laybuy Order Id' => $laybuyOrderId,
            'Order Can Invoice' => $order->canInvoice(),
            'Order Should be Invoiced' => $this->shouldBeInvoiced($order)
        ]);

'Order Can Invoice' => false,
'Order Should be Invoiced' => true,

The orders are in the Canceled state now.

Why might $order->canInvoice() be returning false?
The payment was successful.

https://stackoverflow.com/questions/17493764/magento-caninvoice-always-return-false

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

1 participant