Description
Now, when the user goes to pay in the integrated checkout, he will see the breakdown of the payment to be made:
- Base price of the product
- VAT of the product depending on the user's location.
We have also updated the checkout endpoints (in the SDK) to be able to perform this task.
⚠️ There is a new env variable we must add:
REACT_APP_LOCATION_API_URL
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
How Has This Been Tested?
Select a plan to purchase > see the taxes applied on the product sheet > purchase the item > check that the total payment should be the base price + taxes.