-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
changelog:solidus_backendChanges to the solidus_backend gemChanges to the solidus_backend gem
Description
We are experiencing some issues with the request authorization => customer returns => reimbursement flow. I am showing these flows starting with the sample data loaded and shipping the order.
The normal flow seems to be:
- Create a new return authorization:
- Then create a new Customer Returns,
On the other hand, we can create a new Customer Returns directly as follows (starting point is the same as previous flow):
- Create a new Customer Returns
- Select the item in Other items in order.

- You get a flash notice that the Customer Returns was created successfully (it disappears to quick to be easily captured). Furthermore, it is a rejected customer return and get the error
{:rma_required => "item requires an RMA"}
- If we try now to create a RMA we cannot do so because the item appears as returned
The new return items that allow the user to do the last flow was introduced in 834a24a. In the commit message "Paves the way for non-return reimbursements." can be read.
The second flow seems a bug to me, but it might be that I am not understanding the way to non-return reimbursements (though I might be mixing two unrelated things here).
Metadata
Metadata
Assignees
Labels
changelog:solidus_backendChanges to the solidus_backend gemChanges to the solidus_backend gem









