Skip to content

Commit

Permalink
Merge pull request #495 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude authored Sep 29, 2023
2 parents 5ae066e + 0adeb01 commit c74d403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6506,7 +6506,7 @@ input OrderCartCommand {
purchaseOrderNumber: String
paymentState: PaymentState
orderState: OrderState
state: ReferenceInput
state: ResourceIdentifierInput
shipmentState: ShipmentState
orderNumber: String
custom: CustomFieldsDraft
Expand Down Expand Up @@ -6793,7 +6793,7 @@ input OrderQuoteCommand {
quoteStateToAccepted: Boolean = false
paymentState: PaymentState
orderState: OrderState
state: ReferenceInput
state: ResourceIdentifierInput
shipmentState: ShipmentState
orderNumber: String
custom: CustomFieldsDraft
Expand Down Expand Up @@ -10974,7 +10974,7 @@ input SetPaymentCustomType {
}

input SetPaymentCustomer {
customer: ReferenceInput
customer: ResourceIdentifierInput
}

input SetPaymentExternalId {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ f0875a0fefa5130958e746cb0a31d3fa04042d77
a62d8f83485aa3a5f0d343bdd323e6964c927861
67d35c4949cf50d45ad83566ab8b13c7b01a84ae
a44de0c2cd0321800d70ff1ad49e7840348eb67f
587bcbd88d61bb33cc14e6cf42904cf8886c20ae

0 comments on commit c74d403

Please sign in to comment.