Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file:ReturnRequestController.cs , action: ReturnRequestSubmit parameter: orderId change => id public ActionResult ReturnRequestSubmit(int ordeId, SubmitReturnRequestModel model, FormCollection form) to change => public ActionResult ReturnRequestSubmit(int id, SubmitReturnRequestModel model, FormCollection form)
The text was updated successfully, but these errors were encountered:
smartstore/SmartStoreNET@366d78f
muratcakir
No branches or pull requests
file:ReturnRequestController.cs , action: ReturnRequestSubmit
parameter: orderId change => id
public ActionResult ReturnRequestSubmit(int ordeId, SubmitReturnRequestModel model, FormCollection form) to change => public ActionResult ReturnRequestSubmit(int id, SubmitReturnRequestModel model, FormCollection form)
The text was updated successfully, but these errors were encountered: