|
@@ -73,7 +73,7 @@ public class TscPointService {
|
|
|
* @since 2021. 04. 21
|
|
* @since 2021. 04. 21
|
|
|
*/
|
|
*/
|
|
|
@Transactional("shopTxnManager")
|
|
@Transactional("shopTxnManager")
|
|
|
- public void saveAutoPurchaseConfirmation(Point point) {
|
|
|
|
|
|
|
+ public void saveAutoBuyConfirm(Point point) {
|
|
|
// 1.구매포인트소멸기한(일)
|
|
// 1.구매포인트소멸기한(일)
|
|
|
int expireDays = envsetService.getBuyPointExpireDays(TscConstants.Site.STYLE24.value());
|
|
int expireDays = envsetService.getBuyPointExpireDays(TscConstants.Site.STYLE24.value());
|
|
|
point.setBuyPointExpireDays(expireDays);
|
|
point.setBuyPointExpireDays(expireDays);
|