Looking for help?
Markup online order status has been paid
add_filter('op_online_order_paid_status',function($status){
$status = array('completed','processing');
return $status;
},10,1)
add_filter('op_online_order_paid_status',function($status){
$status = array('completed','processing');
return $status;
},10,1)