@@ -91,7 +91,7 @@ public class PayoutMethodService {
|
|||||||
|
|
||||||
if (!byUserId.isEmpty()) {
|
if (!byUserId.isEmpty()) {
|
||||||
for (PayoutMethod payoutMethod : byUserId) {
|
for (PayoutMethod payoutMethod : byUserId) {
|
||||||
if (payoutMethod.getMethodType().equals(PayoutType.CARD.getDisplayName())) {
|
if (payoutMethod.getMethodType().equals(PayoutType.CARD.getDisplayName().toUpperCase())) {
|
||||||
payoutMethodRepository.delete(payoutMethod);
|
payoutMethodRepository.delete(payoutMethod);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user