Close #17 refund fix
This commit is contained in:
@@ -492,7 +492,7 @@ int Deals::Complete()
|
|||||||
}
|
}
|
||||||
if (refund > 0)
|
if (refund > 0)
|
||||||
{
|
{
|
||||||
positive = "Negative";
|
positive = "Neutral";
|
||||||
}
|
}
|
||||||
|
|
||||||
deal["feedback"]["status"] = positive;
|
deal["feedback"]["status"] = positive;
|
||||||
|
|||||||
Reference in New Issue
Block a user