示例#1
0
        public void GetPaymentsTest()
        {
            var paymentFactory = PaymentFactory.GetPayments(ApiMsgHandler, "032a54b34fdce037d040d67800001e7c");

            Assert.IsTrue(paymentFactory.Items.Count > 0);
        }