Actions
기능(Feature) #489
closed기능(Feature) #287: Hana Coupon
[Coupon] Update booking process to handle coupon
Start date:
06/05/2025
Due date:
06/09/2025
% Done:
100%
Estimated time:
Part:
Build env.:
Prod
Description
Validate coupon if booking apply coupon
Recalculate billing sum amount when applying coupon
Insert coupon information to table PM_USED_COUPON after booking finish
Updated by harry harry 9 months ago
- Status changed from 신규(New) to 진행(Doing)
- Priority changed from 보통(Normal) to 높음(High)
Updated by harry harry 9 months ago
- Status changed from 완료(Done) to 진행(Doing)
- Start date set to 06/05/2025
Updated by harry harry 9 months ago
ALTER TABLE BK_BOOKING_EXTERNAL_TOKEN
ADD COLUMN COMM_RATE decimal(5,2) DEFAULT NULL,
ADD COLUMN COMM_AMOUNT decimal(15,2) DEFAULT NULL;
Updated by ziniy Kang 9 months ago
- Status changed from 완료(Done) to 완료성공(Resolve)
- Target version set to v1.0.0
Actions