Committing updates.

This commit is contained in:
Преподобный Ален
2023-11-09 17:16:16 +03:00
parent 7cc9c94ce2
commit 6f6280f265

View File

@@ -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;