docs: fix incorrect link in tax-inclusive-pricing (#11599)

This commit is contained in:
Shahed Nasser
2025-02-25 14:31:10 +02:00
committed by GitHub
parent 47a963559b
commit 8edc23748a

View File

@@ -16,7 +16,7 @@ For example, if a products price is $50, the tax rate is 2%, and tax-inclusiv
## How is Tax-Inclusive Pricing Set?
The [PricePreference data model](/references/pricing/PricePreference) holds the tax-inclusive setting for a context. It has two properties that indicate the context:
The [PricePreference data model](/references/pricing/models/PricePreference) holds the tax-inclusive setting for a context. It has two properties that indicate the context:
- `attribute`: The name of the attribute to compare against. For example, `region_id` or `currency_code`.
- `value`: The attributes value. For example, `reg_123` or `usd`.