mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix: request preimage on intraLedger transactions
This commit is contained in:
@@ -201,6 +201,9 @@ query TransactionsByPaymentHash($paymentHash: PaymentHash!, $walletId: WalletId!
|
||||
... on SettlementViaLn {
|
||||
preImage
|
||||
}
|
||||
... on SettlementViaIntraLedger {
|
||||
preImage
|
||||
}
|
||||
}
|
||||
status
|
||||
}
|
||||
@@ -284,6 +287,9 @@ query Transactions($walletId: WalletId!) {
|
||||
... on SettlementViaLn {
|
||||
preImage
|
||||
}
|
||||
... on SettlementViaIntraLedger {
|
||||
preImage
|
||||
}
|
||||
}
|
||||
status
|
||||
}
|
||||
@@ -577,6 +583,9 @@ mutation LnInvoicePaymentSend($input: LnInvoicePaymentInput!) {
|
||||
... on SettlementViaLn {
|
||||
preImage
|
||||
}
|
||||
... on SettlementViaIntraLedger {
|
||||
preImage
|
||||
}
|
||||
}
|
||||
status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user