Code Duplication    Length = 3-3 lines in 2 locations

Controllers/Frontend/PaymentKlarna.php 2 locations

@@ 1041-1043 (lines=3) @@
1038
            }
1039
1040
1041
            if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1042
                $orderNumber = $order['merchant_reference']['orderid1'];
1043
            }
1044
1045
            if (!empty($orderNumber)) {
1046
                $update = [];
@@ 1371-1373 (lines=3) @@
1368
            }
1369
        }
1370
1371
        if (empty($orderNumber) && !empty($order['merchant_reference']['orderid1'])) {
1372
            $orderNumber = $order['merchant_reference']['orderid1'];
1373
        }
1374
1375
        if (!empty($orderNumber)) {
1376
            $update = [];