Our app creates gift card inventory items that need a zero tax rate. We used to create this tax rate when our app initializes the inventory, but creating a tax rate now results in an exception: Java.Lang.SecurityException: Access denied to package [my package]
. The app has inventory read and write permissions. There is no additional detail in the device log. My test merchant has a single non-zero tax rate.
Do we need to use the hidden NOTAXAPPLIED tax rate now?