You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we use sessions to store the ProcessPaymentRequest object during the checkout process. But this solution is associated with a number of problems, the main one being the lack of a session for AJAX requests. We encountered this problem at the stage of developing the WEB API, I think other developers have the same problem.
It is better to use generic attributes for these purposes
The text was updated successfully, but these errors were encountered:
At the moment we use sessions to store the ProcessPaymentRequest object during the checkout process. But this solution is associated with a number of problems, the main one being the lack of a session for AJAX requests. We encountered this problem at the stage of developing the WEB API, I think other developers have the same problem.
It is better to use generic attributes for these purposes
The text was updated successfully, but these errors were encountered: