Пример #1
0
        public Payment MakePayment(decimal amount)
        {
            PaypalPaymentGateway paypalGatway = new PaypalPaymentGateway();

            return(paypalGatway.CreatePayment(amount));
        }