PayPayiOSTest.PayPalManager.FuturePayment C# (CSharp) Method

FuturePayment() public method

public FuturePayment ( ) : void
return void
		public void FuturePayment()
		{
			var futurePaymentViewController = new PayPalFuturePaymentViewController(_payPalConfig, new CustomPayPalFuturePaymentDelegate(this));
			var top = GetTopViewController (UIApplication.SharedApplication.KeyWindow);
			top.PresentViewController(futurePaymentViewController, true, null);
		}