mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Introduce Payout metadata for api and plugins (#5182)
* Introduce Payout metadata for api and plugins * fix controller * fix metadata requirement * save an object * pr changes
This commit is contained in:
@@ -31,5 +31,6 @@ namespace BTCPayServer.Client.Models
|
||||
public PayoutState State { get; set; }
|
||||
public int Revision { get; set; }
|
||||
public JObject PaymentProof { get; set; }
|
||||
public JObject Metadata { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user