angelleye / woo-paypal-here

Process WooCommerce Orders with PayPal Here
GNU General Public License v3.0
6 stars 2 forks source link

InvoiceId vs. transaction_id #51

Closed angelleye closed 6 years ago

angelleye commented 6 years ago

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?

image

iMansoorAliKhan commented 6 years ago

https://angelleye.atlassian.net/browse/PHFW-28