raystack / frontier

Frontier is an all-in-one user management platform that provides identity, access and billing management to help organizations secure their systems and data. (Open source alternative to Clerk)
https://raystack-frontier.vercel.app/
Apache License 2.0
273 stars 34 forks source link

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

Closed kushsharma closed 3 months ago

kushsharma commented 3 months ago

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.

vercel[bot] commented 3 months ago

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 commented 3 months ago

Pull Request Test Coverage Report for Build 10520038829

Details


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%
<!-- Total: 0 14 0.0% -->
Totals Coverage Status
Change from base Build 10519904318: -0.001%
Covered Lines: 10361
Relevant Lines: 109518

💛 - Coveralls