Skip to content

Commit

Permalink
fix: Add total amount to custom search.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Nov 27, 2023
1 parent 2455100 commit 6dbdf5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ func CustomOrderTransactionsSearch(id string, r Request) (CustomOrderTransaction
Ids: []string{id},
Includes: CustomOrderTransactionsSearchBodyIncludes{
Order: []string{
"amountTotal",
"transactions",
"customFields",
},
Expand Down

0 comments on commit 6dbdf5c

Please sign in to comment.