Code Duplication    Length = 3-3 lines in 2 locations

Controllers/Frontend/PaymentKlarna.php 2 locations

@@ 978-980 (lines=3) @@
975
            }
976
977
978
            if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
979
                $orderNumber = $order['merchant_reference']['orderid1'];
980
            }
981
982
            if (!empty($orderNumber)){
983
                $update = array();
@@ 1263-1265 (lines=3) @@
1260
            }
1261
        }
1262
1263
        if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1264
            $orderNumber = $order['merchant_reference']['orderid1'];
1265
        }
1266
1267
        if (!empty($orderNumber)){
1268
            $update = array();