﻿var InTesting = false;

function SendOrderNotification(orderId){    
    Hippo.Web.Store.Services.OrderService.SendOrderNotification(orderId, Succeeded, FailedCallback);
}

function Succeeded(result, userContext, methodName) { 
    alert(result.Description);
}

function Succeeded(result, userContext, methodName) { 
    alert(result.Description);    
}

if (typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();