laravel-paypal
laravel-paypal copied to clipboard
txn_id?
To be able to reconcile payments, process refunds, etc, PayPal has a txn_id for each transaction, this is what is used in the URL of each transaction.
How does one return this from a transaction using this library? I've done it in the past integrating directly myself, but I can't see how you do it using this package.