banco-alimentar / alimentestaideia.pt

Site doações alimente esta ideia
http://alimentestaideia.pt
Other
10 stars 0 forks source link

Payment completed but Status is Error #735

Closed tiagonmas closed 10 months ago

tiagonmas commented 1 year ago

Is your feature request related to a problem? Please describe. A user reached out to say that our site shows that a donation was not paid, but it was

select * from Donations where id=21539
select * from Payments where Id=22507

AppInsights show Thanks page was shown and email sent.

tiagonmas commented 1 year ago

we have around 5k in 184 donations that are with error but were paid

select * from dbo.Donations where ConfirmedPaymentId is not null and PaymentStatus=4

guerrerotook commented 1 year ago

Waiting to test that in developer and in prod to see the effect of the fix.

tiagonmas commented 10 months ago

There are still a lot of donations that were paid but status is not 1 (around 73 donations in 2023) select * from dbo.Donations where ConfirmedPaymentId is not null and PaymentStatus=4 order by DonationDate desc

tiagonmas commented 10 months ago

same issue as #584

tiagonmas commented 10 months ago

Closing this one as we're tracking in #584