Example #1
0
    protected string ProcessGambitCallBack(string xmlInfo)
    {
        string response = "";

        PaymentItemsRequest handler = new PaymentItemsRequest();

        response = handler.GambitCallBack(xmlInfo, BaseServicesRoot);

        return(response);
    }