Committing updates.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user