Compare commits

..

No commits in common. "4b3b4551356dc2b24384f127c4ba899f2923898d" and "e6ac1773961d398a5b83d87f3d3b4367e62f6e63" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,6 @@ class ChargeQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : Cha
else -> payment.paymentGateway.eq(PaymentGateway.PG) else -> payment.paymentGateway.eq(PaymentGateway.PG)
} }
return paymentGatewayCondition
return paymentGatewayCondition.or(payment.paymentGateway.eq(PaymentGateway.POINT_CLICK_AD))
} }
} }