Hello all, I am creating an application that uses the PayPal Here SDK to generate invoices and process payments; However, I am running into an issue while generating said invoice. It appears that when I submit an invoice to be processed, it is not applying sales tax to the total. I know from debugging that the shopping cart object knows what the sales tax is (found in cart.getTaxTotal()), but I can't seem to find a way to pass that to the invoice. I also know there is supposed to be a way for the PayPal Here system to automatically calculate and add sales tax, but after following all of the guides, it's still not being applied to the invoice and the final charge amount. Any assistance would be greatly appreciated.
... View more