Skip to content

Commit

Permalink
fix: return order_id instead of id in json
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrm committed Feb 6, 2024
1 parent f802f7b commit de408cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/skus/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ type ReceiptRequest struct {
}

type CreateOrderWithReceiptResponse struct {
ID string `json:"id"`
ID string `json:"order_id"`
}

func addURLParam(src, name, val string) (string, error) {
Expand Down

0 comments on commit de408cd

Please sign in to comment.