Duplicate Snippet
Embed Snippet on Your Site
MemberPress: TaxJar – Prevent Sending VAT Transactions to TaxJar
When the MemberPress TaxJar integration is active, by default, MemberPress will send all transactions to TaxJar, including the VAT transactions. Since TaxJar does not handle EU tax services, this can affect TaxJar's per-transaction billing plan by also counting VAT transactions, though they aren’t actually being handled by their service.
The following code snippet will exclude VAT transactions from being sent to TaxJar.
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments