|
|
@@ -37,8 +37,7 @@ public class TsbExpectGiftcardJob extends TsbAbstractJob<Collection<GiftCard>,
|
|
|
public GagaMap process(Collection<GiftCard> readItem) throws Exception {
|
|
|
for (GiftCard giftcard : readItem) {
|
|
|
try {
|
|
|
- log.info("giftcard ===> {}", giftcard);
|
|
|
- kakaoService.sendGiftcardExpect(giftcard, giftcard.getCustNo());
|
|
|
+ kakaoService.sendGiftcardExpectNotify(giftcard, giftcard.getCustNo());
|
|
|
succCnt++;
|
|
|
} catch (Exception e) {
|
|
|
failCnt++;
|