Title: Status mismatch
Last modified: April 12, 2018

---

# Status mismatch

 *  Resolved [KatrineDS](https://wordpress.org/support/users/katrineds/)
 * (@katrineds)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/status-mismatch/)
 * Hi,
 * I’m experiencing a mismatch between statuses. When I look at the orders overview
   some completed orders has the transaction status ‘Authorize’ – but when I look
   at the single order, the status is as it should be; ‘Capture’. Why doesn’t it
   match?
 * It’s not a huge problem – but it’s a bit confusing/annoying.
 * Both Woocoommerce and Quickpay are up to date.
 * Best,
    Katrine

Viewing 1 replies (of 1 total)

 *  Plugin Author [PerfectSolution](https://wordpress.org/support/users/perfectsolution/)
 * (@perfectsolution)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/status-mismatch/#post-10177638)
 * Hi Katrine,
 * The payment data in the orders overview is a cached view. This means that the
   data might or might not be the current data. This is also why each order has 
   the “CACHED” tag shown on it. A cached transaction can be updated by viewing 
   the single order, as you clearly already found out 🙂
 * The cache was implemented to avoid excessive load when loading large order tables.
   Disabling the cache will require API requests for each order shown in the order
   overview.
 * If you do want to disable caching, you may add the following snippet to your 
   theme’s functions.php file
 * `add_filter('woocommerce_quickpay_transaction_cache_enabled', '__return_false');`

Viewing 1 replies (of 1 total)

The topic ‘Status mismatch’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-quickpay_263a40.svg)
 * [Quickpay for WooCommerce](https://wordpress.org/plugins/woocommerce-quickpay/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-quickpay/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-quickpay/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-quickpay/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-quickpay/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [PerfectSolution](https://wordpress.org/support/users/perfectsolution/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/status-mismatch/#post-10177638)
 * Status: resolved