Skip to content

Commit

Permalink
Update pkg/payment/response.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagostinho-meli authored Sep 2, 2024
1 parent ddfc679 commit 5a3c7e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/payment/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,10 @@ type PaymentMethodResponse struct {
// DataResponse represents data within PaymentMethodResponse.
type DataResponse struct {
Rules RulesResponse `json:"rules"`

ReferenceID string `json:"reference_id"`
ExternalReferenceID string `json:"external_reference_id"`
ExternalResourceUrl string `json:"external_resource_url"`
ExternalResourceURL string `json:"external_resource_url"`
}

// RulesResponse represents payment rules.
Expand Down

0 comments on commit 5a3c7e8

Please sign in to comment.