add user login
This commit is contained in:
@@ -28,7 +28,6 @@ func (v *PaymentMethodValidatorImpl) ValidateCreatePaymentMethodRequest(req *con
|
||||
return err, constants.ValidationErrorCode
|
||||
}
|
||||
|
||||
// Additional business logic validation
|
||||
if req.Name == "" {
|
||||
return constants.ErrPaymentMethodNameRequired, constants.MissingFieldErrorCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user