public StellarPaymentCommandHandler()

in service/src/main/java/org/apache/fineract/cn/stellarbridge/service/internal/command/handler/StellarPaymentCommandHandler.java [22:29]


  public StellarPaymentCommandHandler(
      final BridgeConfigurationRepository bridgeConfigurationRepository,
      final AccountingAdapter accountingAdapter,
      final EventHelper eventHelper) {
    this.bridgeConfigurationRepository = bridgeConfigurationRepository;
    this.accountingAdapter = accountingAdapter;
    this.eventHelper = eventHelper;
  }