Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visa Cal wrong day of transaction, and missing fields #783

Conversation

baruchiro
Copy link
Collaborator

Fixes #781 (I hope)

  • Date need to be formatted to ISO date, fixed for processedDate.
  • Reorder fields just to be aligned with the previous version of Cal.
  • Added field: chargedCurrency.

@baruchiro
Copy link
Collaborator Author

@erikash @daniel-hauser Please review to help @eshaham / @esakal to approve it ASAP :-)

@esakal esakal merged commit 6b961fd into eshaham:master May 2, 2023
@github-actions
Copy link

github-actions bot commented May 2, 2023

🎉 This PR is included in version 3.10.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@erikash
Copy link
Collaborator

erikash commented May 2, 2023

Sorry just saw it..
LGTM.
Only issue is :
memo: transaction.transTypeCommentDetails.toString() || undefined
now is:
memo: transaction.transTypeCommentDetails.toString()

This means memo could be an empty string and should probably be undefined instead but it's not critical I guess...

@baruchiro baruchiro deleted the baruchiro/Visa-Cal-wrong-day-of-transaction-and-missing-fields branch May 2, 2023 13:00
@baruchiro
Copy link
Collaborator Author

@erikash I know, but I think in the old scraper it was an empty string and not undefined... And I first want to move back to the old format without breaking changes, to see if we implemented it correctly.

@erikash
Copy link
Collaborator

erikash commented May 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visa Cal wrong day of transaction, and missing fields
4 participants