Esempio n. 1
0
 public GvPaymentAddressService(GvPaymentGatewayConfig config)
 {
     this.config = config;
 }
Esempio n. 2
0
 public PaymentCallbackController(ILogger <PaymentCallbackController> logger, IPaymentTransactionService paymentsService, GvPaymentGatewayConfig config)
 {
     this.logger         = logger;
     this.paymentService = paymentsService;
     this.config         = config;
 }