vippsas / vipps-recurring-woocommerce

Vipps Recurring payments for WooCommerce
GNU Affero General Public License v3.0
6 stars 4 forks source link

Force check all pending transactions now button in ACP #7

Closed Marcuzz closed 4 years ago

Marcuzz commented 4 years ago

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.

Marcuzz commented 4 years ago

This is coming in 1.2.0.

b4d6b465129c3a52ba34dba41b2a2a87023e7b87