Code Duplication    Length = 3-3 lines in 2 locations

Controllers/Frontend/PaymentKlarna.php 2 locations

@@ 1030-1032 (lines=3) @@
1027
            }
1028
1029
1030
            if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1031
                $orderNumber = $order['merchant_reference']['orderid1'];
1032
            }
1033
1034
            if (!empty($orderNumber)) {
1035
                $update = [];
@@ 1360-1362 (lines=3) @@
1357
            }
1358
        }
1359
1360
        if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1361
            $orderNumber = $order['merchant_reference']['orderid1'];
1362
        }
1363
1364
        if (!empty($orderNumber)) {
1365
            $update = [];