Skip to content

Commit

Permalink
refactor(payment-service): fix sonar smell in razorpay provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit-tuteja committed Aug 4, 2021
1 parent bb339e1 commit 1429002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export class RazorpayProvider implements Provider<RazorpayPaymentGateway> {
private readonly transactionsRepository: TransactionsRepository,
@repository(OrdersRepository)
private readonly ordersRepository: OrdersRepository,
@inject(LOGGER.LOGGER_INJECT) public logger: ILogger,
@inject(RazorpayBindings.RazorpayConfig)
private readonly config?: IRazorpayConfig,
@inject(LOGGER.LOGGER_INJECT) public logger: ILogger,
) {}

value() {
Expand Down

0 comments on commit 1429002

Please sign in to comment.