예제 #1
0
        public async void AccountBalance()
        {
            var party = new IdentityParty(configs.ShortCode, IdentityParty.IdentifierType.SHORTCODE);
            var res   = await mpesa.AccountBalance(party, FakeURL, FakeURL);

            Assert.Equal(0, res.Data.ResponseCode);
        }