-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Which component is this issue related to?
Umbraco Commerce (Core)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
13.7.2
Bug summary
We’ve encountered an issue with an order where the finalizedDate is null.
After checking Quickpay, the database, and our logs, we found the following:
-
Quickpay shows a valid payment for the user, and the user’s bank has withdrawn the funds — everything looks correct there.
-
In Umbraco, we can see the cart but not the order.
-
In the database, both the order and the cart exist.
When comparing this order to a valid one, I noticed that finalizedDate was null. Searching through all orders confirmed that this is the only one with a missing finalizedDate.
This resulted in the user did not get a invoice.
I tried manually setting the finalizedDate in the database, and that made the order visible in Umbraco Commerce. However, it was still not possible to send an invoice email to the user afterward.
Could this have been a one-time issue, or is there a more likely underlying cause for this issue?
Would it help to upgrade the shop from our v.13 ?
Best Regards Daniel
Specifics
No response
Steps to reproduce
No steps to reproduce, because is looks like a one time encounter.
But the user just added a product to the cart, and paid through quickpay without trouble.
But the order is not visible in Umbraco Commerce, but visible in the database. Finalized Date is null, and the only order we have where finalized date is null.
Expected result / actual result
A correct order showing in Umbraco Commerce, and a invoice to the user.
Dependencies
No response