Skip to content

Commit

Permalink
change on confirm order
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro committed Jun 11, 2024
1 parent cec1dd1 commit e55d030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/processes/nishauri_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@ router.post(
}
} else {
return res.status(200).json({
success: true,
success: false,
msg: "Invalid Confirmation code"
});
}
Expand Down

0 comments on commit e55d030

Please sign in to comment.