Skip to content

Commit

Permalink
Merge pull request #10 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
Update type & REAMDE
  • Loading branch information
gowizzard authored Mar 4, 2022
2 parents 260887f + 80055e2 commit 46704b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ body = append(body, gosendcloud.InsertingShipmentsBody{
CreatedAt: "2021-12-02T10:00:00.555309+00:00",
Currency: "EUR",
CustomsInvoiceNr: "",
CustomsShipmentType: nil,
CustomsShipmentType: 2,
Email: "[email protected]",
ExternalOrderId: "1234521226",
ExternalShipmentId: nil,
Expand Down
2 changes: 1 addition & 1 deletion integrations_and_orders.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type InsertingShipmentsBody struct {
CreatedAt string `json:"created_at"`
Currency string `json:"currency"`
CustomsInvoiceNr string `json:"customs_invoice_nr"`
CustomsShipmentType interface{} `json:"customs_shipment_type"`
CustomsShipmentType int `json:"customs_shipment_type"`
Email string `json:"email"`
ExternalOrderId string `json:"external_order_id"`
ExternalShipmentId *string `json:"external_shipment_id"`
Expand Down

0 comments on commit 46704b4

Please sign in to comment.