Skip to content

Commit

Permalink
Merge pull request #115 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Add total amount to custom search.
  • Loading branch information
gowizzard authored Nov 27, 2023
2 parents fc1ea7e + 6dbdf5c commit e6bd12f
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 e6bd12f

Please sign in to comment.