NaverPay
의 구매기록을 조회 할 경우 pupeteer
대신 axios
를 활용해 http request
를 보내어 parsing 하도록 변경합니다.
#10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pageInteractor.getCookies
추가NaverScraper
추가axios
의존성 추가searchPaymentHistory
추가NaverParser
추가module
의 속성으로NaverScraper
,NaverParser
추가Service
가 담도록 변경NAVER
앱의 상품을 위한 enum 추가nextPaymentHistory
추가searchPaymentHistory
의 인자로searchOptions
추가getTodayString
이 잘못된 값을 반환하는 오류 수정getCookies
로직 변경parseInformationForNextPaymentHistory
추가getHistory
가 구매기록 조회시에 puppeteer 를 사용하지 않도록 변경