fix rules wiring

This commit is contained in:
boufni95 2024-09-23 15:48:09 +00:00
parent a2d502baa9
commit 19ee91cd5f
10 changed files with 65 additions and 20 deletions

View file

@ -215,6 +215,7 @@ message PayAppUserInvoiceRequest {
string user_identifier = 1;
string invoice = 2;
int64 amount = 3;
optional string debit_npub = 4;
}
message SendAppUserToAppUserPaymentRequest {
@ -283,6 +284,7 @@ message DecodeInvoiceResponse{
message PayInvoiceRequest{
string invoice = 1;
int64 amount = 2;
optional string debit_npub = 3;
}
message PayInvoiceResponse{