public ExternalPaymentsController(IPaymentCallbackDispatcher callbackDispatcher)
 {
     _callbackDispatcher = callbackDispatcher;
 }
Ejemplo n.º 2
0
 public ExternalPaymentsController(IPaymentCallbackDispatcher callbackDispatcher, NGeniusWebhookProcessingService nGeniusWebhookProcessingService)
 {
     _callbackDispatcher = callbackDispatcher;
     _nGeniusWebhookProcessingService = nGeniusWebhookProcessingService;
 }