Code Duplication    Length = 3-3 lines in 2 locations

Controllers/Frontend/PaymentKlarna.php 2 locations

@@ 1012-1014 (lines=3) @@
1009
            }
1010
1011
1012
            if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1013
                $orderNumber = $order['merchant_reference']['orderid1'];
1014
            }
1015
1016
            if (!empty($orderNumber)){
1017
                $update = array();
@@ 1299-1301 (lines=3) @@
1296
            }
1297
        }
1298
1299
        if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1300
            $orderNumber = $order['merchant_reference']['orderid1'];
1301
        }
1302
1303
        if (!empty($orderNumber)){
1304
            $update = array();