add user login

This commit is contained in:
Aditya Siregar
2025-08-03 23:11:31 +07:00
parent ebe9999793
commit f65c06a053
14 changed files with 94 additions and 31 deletions
@@ -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
}