joaodealmeida / woocommerce-gateway-lightning

Plugin to accept Bitcoin Lightning payments at WooCommerce stores, using LND.
MIT License
38 stars 10 forks source link

Make it possible to run woocommerce-gateway-lightning with an invoice macaroon #8

Closed vegardengen closed 6 years ago

vegardengen commented 6 years ago

Replace all getInvoiceInfoFromPayreq with getInvoiceInfoFromHash, and stored LN_HAS as metadata.

Then I have all information we need to get the same information. There are a few field renamings here and there, but no major changes was needed.