eshaham / israeli-bank-scrapers

Provide scrapers for all major Israeli banks and credit card companies
MIT License
587 stars 160 forks source link

fix: changed discount scraper default start date #850

Closed EzzatQ closed 6 months ago

EzzatQ commented 6 months ago

Fixes: #839 Fix default start date of discount (and mercantile) scrapers.

The previous default date moment().subtract(1, 'years').add(1, 'day').toDate() would return the following error:

Error: GENERIC - כרגע לא ניתן להציג את המידע. אפשר לנסות שוב מאוחר יותר או לפנות למוקד התמיכה בטלפון: 03-9439191 ובטלבנק 6111*

changing the default start date to moment().subtract(1, 'years').add(2, 'day').toDate() avoids this error

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 4.4.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: