Skip to content

Commit

Permalink
Merge pull request #14 from cloudloyalty/purchase_extra_fields
Browse files Browse the repository at this point in the history
Added purchase extraFields
  • Loading branch information
luza committed May 15, 2023
2 parents 4a14a9d + dcdbe12 commit f30be44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type V2CalculatePurchaseRequest struct {
type SetPurchaseRequest struct {
TxID string `json:"txid"`
CalculationQuery CalculationQuery `json:"calculationQuery"`
ExtraFields ExtraFields `json:"extraFields,omitempty"`
}

type ConfirmTicketRequest struct {
Expand Down

0 comments on commit f30be44

Please sign in to comment.