public ExternalPaymentsController(IPaymentCallbackDispatcher callbackDispatcher)
 {
     _callbackDispatcher = callbackDispatcher;
 }
Beispiel #2
0
 public ExternalPaymentsController(IPaymentCallbackDispatcher callbackDispatcher, NGeniusWebhookProcessingService nGeniusWebhookProcessingService)
 {
     _callbackDispatcher = callbackDispatcher;
     _nGeniusWebhookProcessingService = nGeniusWebhookProcessingService;
 }