-
Notifications
You must be signed in to change notification settings - Fork 0
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
Payments.Completed not set for 6000 donations #783
Comments
For me that query only return 10 rows in PROD, Am I missing something? |
its because of the Top 10 :) .... below will return around 6000
|
I found that the query that we should execute is this:
And compared the ConfirmedPayId and the PaymentId so we only check payments that are the one confimed. That query is down to 3307 in PROD. I am going to create a small tool to update this from the EasyPay API, this seem that we have an issue with the notifications. |
Those are 2 slightly different ways of doing the joins thus making it return different results ... but great anyway :) |
So I executed the tool, and we are down to 430 rows missing this completed date that have a missing completed date. |
The rest are from PayPal. |
my initial sql query was listing all payments that not complete, that were associated with a donation that was paid ... so we can ignore those. Your SQL is only looking at the confirmed payments and is more correct. |
Describe the bug
Checking SQL below returns Paid donations but Payment is not set as completed
several other are
The text was updated successfully, but these errors were encountered: