Richard Hart
Richard Hart
These are the changes I made to have inclusive VAT work on 2-2-stable. Ignore my reference to `paypal_price` as that's an internal thing we use for calculating gift wrapping. https://github.com/Hates/better_spree_paypal_express/commit/b00e970bc2147b8f7fb60a9f638ea92adb127edd
@peterfealey Putting something like this in `app/controllers/spree/paypal_controller_decorator.rb` should work: https://gist.github.com/Hates/fb67e791c5d239efdbff
AFAIK this gem has never worked when tax is included in the price.
I'm running the 2-2-stable branch with that change and was still running into problems with inclusive tax rates. It's possible that the problem I'm having is un-related. My issue occurs...
@mmintel It should be added as an adjustment, which AFAIK can be a negative value. You can see where it builds them up on line 11 of the gist you...