Example #1
0
        public IHttpActionResult Get()
        {
            SavedPaymentInformationServices payService = CreatePayment();
            var pay = payService.GetPayment();

            return(Ok(pay));
        }