Committing updates.
This commit is contained in:
@@ -510,10 +510,6 @@ namespace Apostol {
|
|||||||
throw ExceptionFrm("Invalid \"order\" value for deal module.");
|
throw ExceptionFrm("Invalid \"order\" value for deal module.");
|
||||||
|
|
||||||
if (Data.Order == doCancel) {
|
if (Data.Order == doCancel) {
|
||||||
const CDateTime Until = StringToDate(Data.Payment.Until);
|
|
||||||
if (DateTime > Until)
|
|
||||||
throw ExceptionFrm("Deal cancellation expired.");
|
|
||||||
|
|
||||||
CString message(Data.Payment.Address);
|
CString message(Data.Payment.Address);
|
||||||
if (!Data.FeedBack.Comments.IsEmpty()) {
|
if (!Data.FeedBack.Comments.IsEmpty()) {
|
||||||
message += LINEFEED;
|
message += LINEFEED;
|
||||||
|
|||||||
Reference in New Issue
Block a user