From 6dbdf5c692b0246bbb9ed509c1e342816a581251 Mon Sep 17 00:00:00 2001 From: Jonas Kwiedor Date: Mon, 27 Nov 2023 17:23:37 +0100 Subject: [PATCH] fix: Add total amount to custom search. --- search.go | 1 + 1 file changed, 1 insertion(+) diff --git a/search.go b/search.go index 56d77e2..3e2062d 100644 --- a/search.go +++ b/search.go @@ -1050,6 +1050,7 @@ func CustomOrderTransactionsSearch(id string, r Request) (CustomOrderTransaction Ids: []string{id}, Includes: CustomOrderTransactionsSearchBodyIncludes{ Order: []string{ + "amountTotal", "transactions", "customFields", },