Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BraintreeStandardTransactionPaymentGatewayMethod"/> class.
 /// </summary>
 /// <param name="gatewayProviderService">
 /// The <see cref="GatewayProviderService"/>.
 /// </param>
 /// <param name="paymentMethod">
 /// The payment method.
 /// </param>
 /// <param name="braintreeApiService">
 /// The <see cref="BraintreeApiService"/>.
 /// </param>
 public BraintreeStandardTransactionPaymentGatewayMethod(IGatewayProviderService gatewayProviderService, IPaymentMethod paymentMethod, IBraintreeApiService braintreeApiService)
     : base(gatewayProviderService, paymentMethod, braintreeApiService)
 {
     this.Initialize();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BraintreeStandardTransactionPaymentGatewayMethod"/> class.
 /// </summary>
 /// <param name="gatewayProviderService">
 /// The <see cref="GatewayProviderService"/>.
 /// </param>
 /// <param name="paymentMethod">
 /// The payment method.
 /// </param>
 /// <param name="braintreeApiService">
 /// The <see cref="BraintreeApiService"/>.
 /// </param>
 public BraintreeStandardTransactionPaymentGatewayMethod(IGatewayProviderService gatewayProviderService, IPaymentMethod paymentMethod, IBraintreeApiService braintreeApiService)
     : base(gatewayProviderService, paymentMethod, braintreeApiService)
 {
     this.Initialize();
 }