How can I find a transaction by my order id number(not paypal id number)? its the invoice_id. If I search by paypal id number, my invoice_id is here $transaction_invoiceid = $order -> result -> purchase_units [ 0 ]-> invoice_id ; I would like to search by that number Thank you
... View more