
* feat: ✨ add ping method to avatax-client * refactor: ♻️ use avatax-auth-validation.service instead of address service * refactor: ♻️ extract avatax-configuration-address-fragment * refactor: ♻️ extract avatax-configuration-credentials-fragment * refactor: ♻️ extract form-helper-text * refactor: ♻️ extract form-section * refactor: ♻️ extract avatax-configuration-taxes-fragment * feat: ✨ move verify to credentials fragment && add disabled form section * refactor: 🚚 obfuscator * feat: ✨ add separate credentials and address validation services * build: 👷 add changeset * feat: ✨ add address resolution message * fix: 🐛 changeset * refactor: ♻️ extract avataxAddressResolutionProcessor and add tests * refactor: * refactor: ♻️ remove brs from avatax-instructions * refactor: ♻️ replace b with Text bodyStrong * refactor: ♻️ state tuple to object * refactor: ♻️ destructure some more constructors * refactor: ♻️ memoize isLoadings & handlers
482 B
482 B
saleor-app-taxes |
---|
minor |
Changed the avatax configuration flow. Previously, the configuration was validated when trying to create it. Now, you have to verify the credentials and address manually by clicking the "verify" buttons. If the address was resolved successfully, formatting suggestions provided by Avatax address resolution service may be displayed. The user can apply or reject the suggestions. If the address was not resolved correctly, an error will be thrown.