Quote Originally Posted by Merlinpa1969 View Post
in the includes/modules/paymet/paypal.php

you could have replaced this

zen_draw_hidden_field('shipping', '0.00') .

with

zen_draw_hidden_field('shipping', '0.00') .
zen_draw_hidden_field('tax', '0.00') .


this will just send the tax 0.00 variable and will override the paypal native settings
I just ran into this issue for the first time last night.
Has anyone tried / tested this fix with a live transaction?

Merlin,
You never cease to amaze me with your commitment to helping.
Thanks again.