You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we save all the invoice payment requests of invoices generated by swarm4 on the invoice_lists table and check to see if the invoice is settled so we can change the status.
Design
We want to delete every expired invoice from the invoice_list table that has not been paid, so when we poll for a workspace's invoices, we check the expiration time of the invoice, if an invoice has expired and the invoice has not been paid we will delete the invoice from the invoice_list table.
Acceptance Criteria
I've tested on Chrome
I've created a test that...
I have rebased and tested locally before submitting my PR
I can submit a PR within 2 days of taking the bounty
Context
Currently, we save all the invoice payment requests of invoices generated by swarm4 on the
invoice_lists
table and check to see if the invoice is settled so we can change the status.Design
We want to delete every expired invoice from the
invoice_list
table that has not been paid, so when we poll for a workspace's invoices, we check the expiration time of the invoice, if an invoice has expired and the invoice has not been paid we will delete the invoice from theinvoice_list
table.Acceptance Criteria
Here is an example backend test
The text was updated successfully, but these errors were encountered: