This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 285
The buyers order state doesn't update after the vendor fulfills #1069
Labels
Comments
@cpacia did you have any luck with reviewing the data from Monique's node to find out how this happened? |
@cpacia Can you update this issue? |
We have an additional report of this issue from Zendesk, I think it's been validated. |
I think this has been fixed. Also no reports of this in a very long time. Closing. Can repo if we get any reports. |
I am reopening this issue because both Brian and I are seeing it when testing Haven, but I don't think it's a Haven-specific issue. |
I've found one scenario where this can be recreated:
The proposed fix looks something like this:
Some failure scenarios to consider:
These are the only obvious concerns I can think of. |
placer14
added a commit
that referenced
this issue
Aug 2, 2019
placer14
added a commit
that referenced
this issue
Aug 2, 2019
placer14
added a commit
that referenced
this issue
Aug 2, 2019
placer14
added a commit
that referenced
this issue
Aug 2, 2019
placer14
added a commit
that referenced
this issue
Aug 5, 2019
placer14
added a commit
that referenced
this issue
Aug 5, 2019
placer14
added a commit
that referenced
this issue
Aug 9, 2019
anchaj
added a commit
to phoreproject/pm-go
that referenced
this issue
Feb 15, 2020
* commit 'd33fcef7e9ce91430281de15278f13b23b4f3066': (99 commits) Bump version to v0.13.5 [OpenBazaar#1069] Improve edge cases and tests for POST /ob/resendordermessage Move Migration024 to 025 for merge from master Update latest fixes from multiwallet dep Fix imports; Add offline timeout to ORDER_PAYMENT sending Update multiwallet dependency pull in the upstream changes to vendor repos Update unit tests and fix nits Remove usage of core.Node global and fix nits [OpenBazaar#1069] Analyze/send ORDER messages on ORDER_PROCESSING_ERROR [OpenBazaar#1069] GGenerate OrderProcessingFailure message on local node Add error handling; Cleanup ErrEmptyPayload usage; Extra failure logging Update dev Docker to guarantee v1.2.0 protoc-gen-go remove return if extract address from pkscript fails for creation of txOut change the txn callback height to 0 Fix bug initializing resyncManager Set resync interval to 15 minutes Refactor rescan manager and add migration024 fix indentation and modify the offline scan conditional add txnOutputs to wallet interface txn and modify the GetTransaction function to populate the txnOutputs for use in the order payment message handler ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a port of OpenBazaar/openbazaar-desktop#1505. The main issue is that the buyer can't complete the order after the vendor fulfills because the order state remains
AWAITING_FULFILLMENT
even though the order does get avendorOrderFulfillment
data object.The JSON of the order is included in the referenced client bug.
The text was updated successfully, but these errors were encountered: