Skip to content

Commit

Permalink
fix: Vendor balance remain same after refunded issue fixed #905 (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamgircsebd authored Sep 8, 2020
1 parent 440e6c7 commit a2419f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Withdraw/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function dokan_get_withdraw_count( $user_id = null ) {
*/
function dokan_withdraw_get_active_order_status() {
$order_status = dokan_get_option( 'withdraw_order_status', 'dokan_withdraw', [ 'wc-completed' ] );
$saving_status = [ 'wc-refunded' ];
$saving_status = [];

foreach ( $order_status as $key => $status ) {
if ( ! empty( $status ) ) {
Expand Down

0 comments on commit a2419f3

Please sign in to comment.