Incorrect wallet topup this month widget
-
Hello,
Your plugin is messing with my woocommerce order totals and showing wrong totals in WordPress dashboard summary.
After digging
$wallet_recharge_order_ids = get_wallet_rechargeable_orders( array( 'date_query' => array( 'after' => strtotime( date( 'Y-m-01', current_time( 'timestamp' ) ) ) ) ) );
this function is returning every transaction from the database instead of this month’s data.
its from class Woo_Wallet_Admin
please fix it. Also, all pending wallet transactions are getting a count as this month’s sales in woocommerce cause of the plugin when deactivated everything works normally.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Incorrect wallet topup this month widget’ is closed to new replies.