Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulloooh committed Mar 21, 2021
1 parent a5bf9d0 commit 663be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ router.post("/sendemail", async (req, res) => {
sent_qty: expected_qty,
charged_cost: expected_cost,
wallet_before,
wallet_after: wallet_before - charged_cost,
wallet_after: wallet_before - expected_cost,
status: "COMPLETED",
meta: JSON.stringify({ resp, from, to, message, subject }),
});
Expand Down

0 comments on commit 663be4f

Please sign in to comment.