From 6f6280f2652760847e8e3962da7981aad89f1275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=BF=D0=BE=D0=B4=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BD?= Date: Thu, 9 Nov 2023 17:16:16 +0300 Subject: [PATCH] Committing updates. --- src/app/Common.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/Common.cpp b/src/app/Common.cpp index 5f6d417..2e3ca0e 100644 --- a/src/app/Common.cpp +++ b/src/app/Common.cpp @@ -510,10 +510,6 @@ namespace Apostol { throw ExceptionFrm("Invalid \"order\" value for deal module."); if (Data.Order == doCancel) { - const CDateTime Until = StringToDate(Data.Payment.Until); - if (DateTime > Until) - throw ExceptionFrm("Deal cancellation expired."); - CString message(Data.Payment.Address); if (!Data.FeedBack.Comments.IsEmpty()) { message += LINEFEED;