-
Notifications
You must be signed in to change notification settings - Fork 59
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
PAY-JOBS - Consider credits when mailing out amounts that will be withdrawn from bank #19182
Labels
Pay
Work for Pay Team
Comments
Hey team! Please add your planning poker estimate with Zenhub @Jxio @ochiu @rodrigo-barraza @seeker25 |
Looked at |
PR is up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credit applying to invoices runs at 8 PM PST, runs for 1 minute
Invoice creation happens at 6 PM PST
if we change the invoice creation job, split it so it sends out a notification at 9pm, instead of 6pm
it can query CAS for the amount_due and detect if there is a credit or not
so lets say there is a $100 invoice, with a $30 credit, it will take out $70 from the client's account
but email out $100 right now
hopefully if we change it to 9 pm, it will probably fix that issue
Edit: Not taking this approach, using credits table
The text was updated successfully, but these errors were encountered: