Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Mar 9, 2020
1 parent 43a8491 commit b436a90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ app

## 업데이트 로그

### 2020.3.10 v1.1.3
- Notification API 이름 FeedbackReplies로 변경
- 내부 DB 구조 변경 (notifications -> feedback_replies, id와 feedback_id 추가)
- /isBarcode와 /paymentSend에 대응되는 입력 유효성 검사 로직 강화

### 2020.3.9 v1.1.2
- 도메인 엔티티 Cafeteria 확장
- 결제 유효성 검사에서 Cafeteria 할인 지원 여부 명시적으로 확인.
Expand Down
1 change: 0 additions & 1 deletion lib/domain/usecases/CommitDiscountTransaction.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import UseCase from './UseCase';
import DiscountCommitResults from '../entities/DiscountCommitResults';
import logger from '../../common/utils/logger';
import DiscountValidationResults from '../entities/DiscountValidationResults';

/**
* Commit a discount transaction.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cafeteria-server",
"main": "./index.js",
"version": "1.1.2",
"version": "1.1.3",
"description": "Server side application for INU Cafeteria.",
"scripts": {
"start": "NODE_ENV=production && node -r esm index.mjs",
Expand Down

0 comments on commit b436a90

Please sign in to comment.