Hi,
I have following issue:
- In settings user configured PayPal payment,
- On PayPal payment site user clicked Cancel button and was redirected to “Cancel site”,
- New record was added to umbracoCommerceOrder table with transactionId = NULL and paymentStatus = 3,
- After that user clicked “go back” in web browser and returned to payment site,
- User was able to pay, but record in databse was not updated (transactionId is still NULL and paymentStatus is still 3). Payment was captured via PayPal correctly.
It looks like that it is a bug because umbracoCommerceOrder table is not refreshed.
Is the problem known and will it be fixed?
Rafał