Code Duplication    Length = 4-4 lines in 2 locations

admin/gateways/pec24/nusoap.php 2 locations

@@ 5795-5798 (lines=4) @@
5792
5793
        // Get encoding style for output and set to current
5794
        $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5795
        if (($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encodingStyle'] != $encodingStyle)) {
5796
            $encodingStyle = $opData['output']['encodingStyle'];
5797
            $enc_style = $encodingStyle;
5798
        }
5799
5800
        // set input params
5801
        $xml = '';
@@ 5900-5903 (lines=4) @@
5897
5898
        // Get encoding style for output and set to current
5899
        $encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/';
5900
        if (($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['encodingStyle'] != $encodingStyle)) {
5901
            $encodingStyle = $opData['output']['encodingStyle'];
5902
            $enc_style = $encodingStyle;
5903
        }
5904
5905
        // set input params
5906
        $xml = '';