public DatabasePaymentGateway()

in src/payments/src/main/java/com/google/abmedge/payments/dao/DatabasePaymentGateway.java [37:39]


  public DatabasePaymentGateway(PaymentRepository paymentRepository) {
    this.paymentRepository = paymentRepository;
  }