I am using Paypal Payments Advanced with a posted payment page (iframe). This gives customers the opportunity to click the "pay with PayPal" button (button) "PayPal Express Checkout" or pay with a credit card. Everything seems to work just fine, except that I was not able to get individual positions to show when passing parameters using the NVP API. Instead, I see only the total amount (see the figure below).

And I also think that this means that positions are not sent at all (even when I pay with a credit card), because when I log in to PayPal, I donβt see any positions to view transaction details.
Here are the NVP options I'm currently using:
"PARTNER" => "PayPal", "VENDOR" => "company_here", "USER" => "user_here", "PWD" => "password_here", "TRXTYPE" => "S", "AMT" => "2.16", "ITEMAMT" => "2.00", "TAXAMT" => "0.16", "L_NAME0" => "Test Product 1", "L_DESC0" => "Test Product Description", "L_AMT0" => "1.00", "L_TAXAMT0"=> "0.08", "L_QTY0" => "1", "L_NAME1" => "Test Product 2", "L_DESC1" => "Test Product 2 description", "L_AMT1" => "1.00", "L_TAXAMT1"=> "0.08", "L_QTY1" => "1", "CUSTOM" => "Custom Text Here", "INVNUM" => "Invoice12345", "CURRENCY" => "USD", "CREATESECURETOKEN" => "Y", "SECURETOKENID" => "token_here",
Any ideas what I'm doing wrong?