public string PaymentVnmWithAccount(string msisdn, string price, string content, string servicename, string userName, string userPass, string cpId)
        {
            string returnValue = VNMChargingGW2G.PaymentVnmWithAccount(msisdn, price, "D", content, servicename, userName, userPass, cpId);

            return(returnValue);
        }
Example #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string returnValue = VNMChargingGW2G.PaymentVnmWithAccount("84923045548", "2000", "D", "Test", "ViSport", "VMGViSport", "v@#port", "1930");

            lblTest.Text = returnValue;
        }
        public string PaymentVnm(string msisdn, string price, string content, string servicename)
        {
            string returnValue = VNMChargingGW2G.PaymentVNM(msisdn, price, "D", content, servicename);

            return(returnValue);
        }