Change button path to api/v1/invoices

This commit is contained in:
nicolas.dorier
2018-09-08 14:53:11 +09:00
parent fed53661b3
commit 0d3364b3da
4 changed files with 31 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ namespace BTCPayServer.Models.StoreViewModels
public class PayButtonViewModel
{
public decimal Price { get; set; }
public string InvoiceId { get; set; }
[Required]
public string Currency { get; set; }
public string CheckoutDesc { get; set; }