A cron-job can be very slow if you have a bunch of orders to process. Currently the cron job only processes 5 orders every 5 minutes. This is slow, but it's done this way to not inconvenience users too much. A big load time = lost customers.
However, if you have a huge amount of orders it might be beneficial for us to add a "force check all pending Vipps transactions" in the admin control panel. This would run an ajax request to an endpoint where we would force check the status of all pending Vipps orders.
A cron-job can be very slow if you have a bunch of orders to process. Currently the cron job only processes 5 orders every 5 minutes. This is slow, but it's done this way to not inconvenience users too much. A big load time = lost customers.
However, if you have a huge amount of orders it might be beneficial for us to add a "force check all pending Vipps transactions" in the admin control panel. This would run an ajax request to an endpoint where we would force check the status of all pending Vipps orders.