Add a `user_payment_id` to `get_payment_secret`+`PaymentReceived`
authorMatt Corallo <git@bluematt.me>
Tue, 27 Apr 2021 01:29:39 +0000 (01:29 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 28 Apr 2021 19:30:25 +0000 (15:30 -0400)
This allows users to store metadata about an invoice at
invoice-generation time and then index into that storage with a
general-purpose id when they call `get_payment_secret`. They will
then be provided the same index when the payment has been received.


No differences found