fix
This commit is contained in:
parent
8f8261f797
commit
111f869bb5
9 changed files with 2326 additions and 2383 deletions
|
|
@ -171,7 +171,7 @@ service LightningPub {
|
|||
option (http_route) = "/api/app/user/get";
|
||||
}
|
||||
|
||||
rpc PayAppUserInvoice(structs.PayAppUserInvoiceRequest) returns (structs.PayAppUserInvoiceResponse) {
|
||||
rpc PayAppUserInvoice(structs.PayAppUserInvoiceRequest) returns (structs.PayInvoiceResponse) {
|
||||
option (auth_type) = "App";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/app/invoice/pay";
|
||||
|
|
|
|||
|
|
@ -83,12 +83,6 @@ message PayAppUserInvoiceRequest {
|
|||
int64 amount = 3;
|
||||
}
|
||||
|
||||
message PayAppUserInvoiceResponse {
|
||||
string preimage = 1;
|
||||
int64 amount_paid = 2;
|
||||
}
|
||||
|
||||
|
||||
message SendAppUserToAppUserPaymentRequest {
|
||||
string from_user_identifier = 1;
|
||||
string to_user_identifier = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue