Commit f6754003 by Urvil Shah

Add parameter to the url.

parent 47262405
Pipeline #7249 passed with stages
in 22 minutes 25 seconds
......@@ -146,7 +146,7 @@ namespace Mobile.Search.Web.Controllers
{
try
{
string url = "http://config.minbox.email/Offer/Create/";
string url = "http://config.minbox.email/Offer/Create/template_attribute=";
var d = new Dictionary<string, object>
{
{"templateKey", key.ToLower()},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment