-
### Have you checked our Troubleshooting page for your issue?
- [X] I have checked the Troubleshooting page
### Is there already an issue for your problem?
- [X] I have checked older issues, …
-
### 상위 작업 (Ticket Number)
QUOS-23
### 브랜치명 (Branch)
Refactor/cardBenefitVerify
### 상세 내용(Description)
카드 혜택 변경/예약 시 2차 비밀번호로 사용자 검증을 통해 혜택 변경하기
### 체크리스트(Tasks)
- [x] 2차 비밀번호 에러 코드 추가
- [x] 2차…
-
`KeyResultDeserializer` und `CheckInDeserializer` machen beide eine "custom" Konvertierung von JSON in Java DTOs (für verschiedene DTOs). Der Code sieht von der Struktur sehr ähnlich aus, aber nicht g…
-
### Expected behavior
Example works as expected as version 1.5.5.Final
### Actual behavior
Executing the tests leads to
java.lang.ClassCastException: class org.example.mapstructerror.dto.Employ…
TMRGZ updated
2 months ago
-
The API should deal with the data transfer objects (dtos) exclusively. What kind of dtos do we need for the differing endpoints?
-
-
Hello !
This issue is more like a question that I feel like is not mentioned anywhere in the docs. Traditionally, when making a search form with filters (for example, let's say a global search), I …
-
Im updating bundle from 2.7 => 3.3 and I have problem to wrap my old logic into the new contracts. Because of a quite complicated transformations, I used combination of deserializing of the input to D…
-
hello and thanks for this clean code
but i see that you re implementing the dto validation inside the same class
my suggestion to use an external library like zod
to do the validation in separat…
-
I encountered an issue when sending multiple notifications using notify().
Steps to Reproduce:
```
$user = User::find(1);
$user2 = User::find(2);
$user->notify(new NewMessageNotification());
…