Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That is likely the cause. That's a hardcoded basket expiration case. It should be using your parameter value, which at minimum is 1 hour. Have added a bug ticket to fix this to respect the parameter value.I looked into the code and there is a 30 min basket delete limit in
function getInstanceBasketOfUser() in cbpaidPaymentBasket.php
and this is called by
function createSubscriptionsAndPayment() in cbpaidControllerOrder.php.
So, couldn't it be that this is somehow called if there are more than 30 minutes before the paypal payment is finalized?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Probably, I've already submitted an MR for review and merge.Do you think it will be fixed with the next nightly?
Please Log in or Create an account to join the conversation.