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

Fix CleanUpIncompleteSessions cron fails #1248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mohit-sharma-rp
Copy link

The issue occurred when the cron job ran to clean up incomplete transactions for Amazon Pay.

The error occurred at this line: https://github.com/amzn/amazon-payments-magento-2-plugin/blob/5.17.1/Cron/CleanUpIncompleteSessions.php#L122 because a null value was passed to the getCheckoutSession method, which caused the following error:
report.ERROR: AmazonCleanUpIncompleteSesssions: Unable to process checkoutSessionId: 64b300f8-de9d-4791-b76b-783bb58ece82. Deprecated Functionality: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /app/nsw6rieuyf75o/vendor/amzn/amazon-pay-api-sdk-php/Amazon/Pay/API/Client.php on line 43 [] []

When the correct store ID is passed to the getCheckoutSession method, the cron job completes without any issues.

Reported issue here: https://github.com/amzn/amazon-payments-magento-2-plugin/issues/1247)](https://github.com/amzn/amazon-payments-magento-2-plugin/issues/1247

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

Successfully merging this pull request may close these issues.

1 participant