How to extend the locking/transaction between the views?

蓝咒 提交于 2019-12-13 02:49:31

问题


I have the functionality where I want to extend the transaction between two views.

When a user clicks on 'Place Order' then the transaction begins and user is redirected to the merchant site to process the payment. In that case, where the control is not in the view where the transaction was written then How do I keep the locking alive unless the user returns on either of the defined callback URLs and then release it. (And, another story is when user don't even land on callback then is there a quick option to auto-release the lock if the transaction isn't completed in set time boundaries)

来源:https://stackoverflow.com/questions/58577569/how-to-extend-the-locking-transaction-between-the-views

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!