Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refund Order Transactions are reported with the wrong amount #245

Open
Noah-Silvera opened this issue Sep 25, 2023 · 3 comments
Open

Refund Order Transactions are reported with the wrong amount #245

Noah-Silvera opened this issue Sep 25, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Noah-Silvera
Copy link
Member

Noah-Silvera commented Sep 25, 2023

When you issue a refund for an order, the order transaction for the new amount is incorrect. The amount for the photo below after cancelling one of the items and refunding the amount should have been $5.00

Screen Shot 2023-09-25 at 11 26 11 AM

After a short investigate, this appears to be due to the payment_total being used to create the new order transaction not being the updated value at this time.

@Noah-Silvera Noah-Silvera added the bug Something isn't working label Sep 25, 2023
@Noah-Silvera
Copy link
Member Author

I think we can solve this delaying the job by 3 seconds or something

@Noah-Silvera
Copy link
Member Author

If this doesn't come up in manual testing on a solidus store with a sidekiq queue, we can call this closed

@Noah-Silvera
Copy link
Member Author

Calling this done, will include any similar errors if they arise in outcome of #251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant