I am using paypal express checkout method in mysite built in php CodeIgniter.
I want that the tax amount that is showing while paying on paypal site should still show but should not add into total amount, as I already have prices of items including taxes.
Is there any way to do this?
it is not possible yet but there are 2-3 tricks which you can apply to achieve this. 1. dont add tax for paypal checkout.
OR
OR