Fix
This commit is contained in:
parent
dda15ec9c0
commit
e0cfaef3ee
@ -135,7 +135,7 @@ namespace BankYouBankruptBusinessLogic.BusinessLogics
|
||||
{
|
||||
throw new ArgumentNullException("Неправильный номер карты", nameof(model.Number));
|
||||
}
|
||||
if (string.IsNullOrEmpty(model.CVC) || model.CVC.Length != 16)
|
||||
if (string.IsNullOrEmpty(model.CVC) || model.CVC.Length != 3)
|
||||
{
|
||||
throw new ArgumentNullException("Неправильный СVC карты", nameof(model.CVC));
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<div class="text-center">
|
||||
@{
|
||||
<img src="~/lib/logo.png" style="width: 80%"/>
|
||||
<img src="~/lib/logo.png" style="width: 700px"/>
|
||||
|
||||
if (APICashier.Cashier == null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user