Skip to content

Fix CleanUpIncompleteSessions cron fails#1248

Open
mohit-sharma-rp wants to merge 1 commit intoamzn:masterfrom
mohit-sharma-rp:CleanUpIncompleteSessions-cron-fails
Open

Fix CleanUpIncompleteSessions cron fails#1248
mohit-sharma-rp wants to merge 1 commit intoamzn:masterfrom
mohit-sharma-rp:CleanUpIncompleteSessions-cron-fails

Conversation

@mohit-sharma-rp
Copy link
Copy Markdown
Contributor

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