I had a table with orders that were dropped accidentally, I am trying to recreate the orders but I can't see the items in Paypal. Any Ideas? Any help is really appreciated.
$second = array(
'name' => $name,
'quantity' => $order->secondary_quantity,
'price' => $order->secondary_price,
);
$items->add($second);