[Klarna] The PHP example from the «Embed the Checkout» instruction for the Checkout API v2 is incorrect

Look at the Step 1 here:
https://developers.klarna.com/en/se/kco-v2/checkout/2-embed-the-checkout#add-cart-items
It uses the $order object variable without it initialization in the $order->create($create) statement:

The $order variable is initalized only in the Step 3 here:
https://developers.klarna.com/en/se/kco-v2/checkout/2-embed-the-checkout#create-checkout-order

This error is only in the PHP code, the same Step 1 in the other 4 programming languages (Java, Python, .NET, ASP) is correct.

I have got an answer from the Klarna’s support:

Thank you for your feedback. We will look into it.