mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Addressing PR review issues
This commit is contained in:
committed by
nicolas.dorier
parent
586a952480
commit
c3998fdf34
@@ -207,7 +207,7 @@ namespace BTCPayServer.Controllers
|
||||
data.Amount = viewModel.Amount;
|
||||
data.Currency = viewModel.Currency ?? store.GetStoreBlob().DefaultCurrency;
|
||||
data.Expiry = viewModel.ExpiryDate?.ToUniversalTime();
|
||||
blob.ReferenceNumber = viewModel.ReferenceNumber;
|
||||
data.ReferenceId = viewModel.ReferenceId;
|
||||
blob.AllowCustomPaymentAmounts = viewModel.AllowCustomPaymentAmounts;
|
||||
blob.FormId = viewModel.FormId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user