update and fix

This commit is contained in:
Kukks
2024-10-29 12:46:59 +01:00
parent 04dbeb433c
commit 9715917396
16 changed files with 36 additions and 41 deletions

View File

@@ -201,7 +201,7 @@ namespace BTCPayServer.Plugins.SideShift
PullPaymentId = pullPaymentId,
Destination = destination.destination,
PayoutMethodId = pmi,
Value = request.Amount
ClaimedAmount = request.Amount
});
if (claim.Result == ClaimRequest.ClaimResult.Ok)
{