Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeandradero committed Mar 14, 2024
2 parents 680bd64 + b9fd995 commit bc777c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/payment/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ type ItemResponse struct {
Description string `json:"description"`
PictureURL string `json:"picture_url"`
CategoryID string `json:"category_id"`
Quantity string `json:"quantity"`
UnitPrice float64 `json:"unit_price"`
Quantity int `json:"quantity"`
}

// AdditionalInfoPayerResponse represents payer's additional information.
Expand Down

0 comments on commit bc777c2

Please sign in to comment.