In most cases PayPal returns a transaction_id which we are storing in order post meta data as transaction_id. With PayPal Here they return an InvoiceId which we're saving accordingly. Both of these are ending up with the same value, though, which seems redundant. Do we need both in the case of PayPal Here?
In most cases PayPal returns a transaction_id which we are storing in order post meta data as
transaction_id
. With PayPal Here they return anInvoiceId
which we're saving accordingly. Both of these are ending up with the same value, though, which seems redundant. Do we need both in the case of PayPal Here?