-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
[Spree Upgrade] Included vs not included Adjustments in the edit order page (1 broken test) #2940
Comments
The spec related to "non-tax adjustments" is now passing, but it shouldnt be. I think the spec is green because the spec is not picking up the adjustments, so no validation is being done. But the spec should see the adjustment and validate the adjustment is present on the page. So, there is one broken spec in this issue and one false positive (green spec) that I believe also needs to be fixed. |
I see this issue is being addressed in #3194 |
This will not be fixed as part of #3194 |
There are no adjustments showing up on the edit order page in the following spec.
And we need to clarify what are order charges and what are price adjustments and how they map to the data model of order.adjustments.
and
The problem will probably be in the order factory used. Some detail must be missing, probably how payment or shipment is setup in the factory order_with_taxes that needs to be adapted to spree 2.
The text was updated successfully, but these errors were encountered: