Looking for help?
< All Topics
Print

How to ignore desk partial checkout

function custom_pos_pos_desk_multi_pay($session_response_data){
  
    $session_response_data['setting']['pos_desk_multi_pay'] = 'no';
    
    return $session_response_data;
}
add_filter('op_get_login_cashdrawer_data','custom_pos_pos_desk_multi_pay',50,1);

Table of Contents