mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Add crypto code for invoice and pull payment payout API response (#3099)
* Add "cryptoCode" for invoice payment method API endpoint response * Add "cryptoCode" for pull payment payout API endpoint response * Add "#nullable enable" to GreenFieldInvoiceController * Add "#nullable enable" to GreenfieldPullPaymentController
This commit is contained in:
@@ -33,6 +33,8 @@ namespace BTCPayServer.Client.Models
|
||||
public List<Payment> Payments { get; set; }
|
||||
public string PaymentMethod { get; set; }
|
||||
|
||||
public string CryptoCode { get; set; }
|
||||
|
||||
public class Payment
|
||||
{
|
||||
public string Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user