Beispiel #1
0
        protected string SIMFormOpen()
        {
            var order = (CoffeeOrder)Session["order"];

            return(SIMFormGenerator.OpenForm(ConfigurationManager.AppSettings["ApiLogin"],
                                             ConfigurationManager.AppSettings["TransactionKey"],
                                             order.Price, "", true));
        }
Beispiel #2
0
 protected string SIMFormEnd()
 {
     return(SIMFormGenerator.EndForm());
 }