Example #1
0
        public void DirectMobileStatus()
        {
            var directMobile = new MPowerDirectMobile(_setup, _store);
            var response     = directMobile.Confirm("95c45ebe083a495392b6e1a4");

            Assert.AreEqual("00", directMobile.ResponseCode);
        }
Example #2
0
 public void DirectMobileCharge()
 {
     var directMobile = new MPowerDirectMobile(_setup, _store);
     var response = directMobile.Charge("Alfred Rowe", "0244000001"
         , "*****@*****.**", "MTN", 1);
     Assert.IsTrue(response);
 }
Example #3
0
        public void DirectMobileCharge()
        {
            var directMobile = new MPowerDirectMobile(_setup, _store);
            var response     = directMobile.Charge("Alfred Rowe", "0244000001"
                                                   , "*****@*****.**", "MTN", 1);

            Assert.IsTrue(response);
        }
Example #4
0
 public void DirectMobileStatus()
 {
     var directMobile = new MPowerDirectMobile(_setup, _store);
     var response = directMobile.Confirm("95c45ebe083a495392b6e1a4");
     Assert.AreEqual("00", directMobile.ResponseCode);
 }