mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Migrate Payouts to new format (#5989)
* Migrate Payouts to new format * Rename PayoutData column to PayoutMethodId
This commit is contained in:
@@ -118,7 +118,7 @@ namespace BTCPayServer.Controllers
|
||||
Currency = blob.Currency,
|
||||
Status = entity.Entity.State,
|
||||
Destination = entity.Blob.Destination,
|
||||
PaymentMethod = PaymentMethodId.Parse(entity.Entity.PaymentMethodId),
|
||||
PaymentMethod = PaymentMethodId.Parse(entity.Entity.PayoutMethodId),
|
||||
Link = entity.ProofBlob?.Link,
|
||||
TransactionId = entity.ProofBlob?.Id
|
||||
}).ToList()
|
||||
|
||||
Reference in New Issue
Block a user