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

fix: sync invoice attributes after it's created #736

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

kushsharma
Copy link
Member

Few attributes in Stripe invoice are not populated instantly at the time of creation causing missing values persisted in db. These can be synced back later using periodic syncer.

Few attributes in Stripe invoice are not populated instantly
at the time of creation causing missing values persisted in db.
These can be synced back later using periodic syncer.

Signed-off-by: Kush Sharma <thekushsharma@gmail.com>
Copy link

vercel bot commented Aug 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontier ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 23, 2024 4:47am

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10520038829

Details

  • 0 of 14 (0.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.001%) to 9.461%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/store/postgres/billing_invoice_repository.go 0 6 0.0%
billing/invoice/service.go 0 8 0.0%
Totals Coverage Status
Change from base Build 10519904318: -0.001%
Covered Lines: 10361
Relevant Lines: 109518

💛 - Coveralls

@kushsharma kushsharma merged commit bb1cceb into main Aug 25, 2024
7 checks passed
@kushsharma kushsharma deleted the invoice-sync-hostedurl branch August 25, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants