Reply to thread

As it stands, this is possible to do with a code edit.


You can edit the file src/XF/Payment/PayPal.php and change:

[code=php]'no_shipping' => 1,[/code]

To:

[code=php]'no_shipping' => 2,[/code]

As you might expect, this will flag up the file health check message, though this might be a temporary workaround.


We might be able to expose this as an option in the short term. Longer term we may be looking to add proper support for VAT though that particularly will be a post-2.0 thing.


Back
Top Bottom