From 8100ff2627b7c92c3227a83211f43585df2e8031 Mon Sep 17 00:00:00 2001 From: Nick de Vries Date: Tue, 18 Nov 2025 14:54:13 +0100 Subject: [PATCH] :recycle: Change default of meta.convert_to_destination_currency to true on landed cost endpoint. --- specification/paths/CalculateLandedCosts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/paths/CalculateLandedCosts.json b/specification/paths/CalculateLandedCosts.json index 43878fea..17490f10 100644 --- a/specification/paths/CalculateLandedCosts.json +++ b/specification/paths/CalculateLandedCosts.json @@ -120,7 +120,7 @@ "properties": { "convert_to_destination_currency": { "type": "boolean", - "default": false, + "default": true, "description": "If `false` the values are returned in the currency of the sender country. If `true` the values are returned in the currency of the recipient country." } }