Skip to content

Commit

Permalink
Merge pull request #121 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Add new field to get information with version 6.6.0.
  • Loading branch information
gowizzard authored Mar 22, 2024
2 parents ca84782 + aad368c commit db25737
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ type CustomOrderSearchBody struct {
Filter []CustomOrderSearchBodyFilter `json:"filter"`
Sort []CustomOrderSearchBodySort `json:"sort"`
Associations struct {
Currency struct {
StateMachineState struct{} `json:"stateMachineState"`
Currency struct {
} `json:"currency"`
LineItems struct {
Associations struct {
Expand All @@ -45,11 +46,13 @@ type CustomOrderSearchBody struct {
Associations struct {
PaymentMethod struct {
} `json:"paymentMethod"`
StateMachineState struct{} `json:"stateMachineState"`
} `json:"associations"`
} `json:"transactions"`
Deliveries struct {
Associations struct {
ShippingMethod struct {
StateMachineState struct{} `json:"stateMachineState"`
ShippingMethod struct {
} `json:"shippingMethod"`
} `json:"associations"`
} `json:"deliveries"`
Expand Down

0 comments on commit db25737

Please sign in to comment.