|
@@ -46,6 +46,7 @@ public class TscPointService {
|
|
|
* @author card007
|
|
* @author card007
|
|
|
* @since 2021. 02. 17
|
|
* @since 2021. 02. 17
|
|
|
*/
|
|
*/
|
|
|
|
|
+ @Transactional("shopTxnManager")
|
|
|
public int createOrderDecisionPoint(Point point) {
|
|
public int createOrderDecisionPoint(Point point) {
|
|
|
// 구매포인트소멸기한(일)
|
|
// 구매포인트소멸기한(일)
|
|
|
int expireDays = envsetService.getBuyPointExpireDays(TscConstants.Site.STYLE24.value());
|
|
int expireDays = envsetService.getBuyPointExpireDays(TscConstants.Site.STYLE24.value());
|