Skip to content

Commit

Permalink
fix: Update custom search struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Nov 27, 2023
1 parent 6dbdf5c commit cfcceb8
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 @@ -944,6 +944,7 @@ type CustomOrderTransactionsSearchBodyIncludes struct {
type CustomOrderTransactionsSearchReturn struct {
Total int `json:"total"`
Data []struct {
AmountTotal float64 `json:"amountTotal"`
Transactions []struct {
PaymentMethod struct {
UpdatedAt time.Time `json:"updatedAt"`
Expand Down

0 comments on commit cfcceb8

Please sign in to comment.