Skip to content

Commit

Permalink
update address_door_number type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielen-meli committed Jul 3, 2024
1 parent 629a8d3 commit be6f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/payment/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ type SubMerchantRequest struct {
SubMerchantId string `json:"sub_merchant_id,omitempty"`
MCC string `json:"mcc,omitempty"`
Country string `json:"country,omitempty"`
AddressDoorNumber string `json:"address_door_number,omitempty"`
AddressDoorNumber int `json:"address_door_number,omitempty"`
ZIP string `json:"zip,omitempty"`
DocumentNumber string `json:"document_number,omitempty"`
City string `json:"city,omitempty"`
Expand Down

0 comments on commit be6f57c

Please sign in to comment.