Skip to content

Commit

Permalink
Added missing Sessions Fields (CS2)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ibarra authored and armando-rodriguez-cko committed Mar 23, 2023
1 parent db6c3e3 commit 1101807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sessions/sessions_responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ type (
Card *CardInfo `json:"card,omitempty"`
Recurring *Recurring `json:"recurring,omitempty"`
Installment *Installment `json:"installment,omitempty"`
CustomerIp string `json:"customer_ip,omitempty"`
AuthenticationDate time.Time `json:"authentication_date,omitempty"`
Exemption *ThreeDsExemption `json:"exemption,omitempty"`
FlowType common.ThreeDsFlowType `json:"flow_type,omitempty"`
Expand Down Expand Up @@ -153,11 +154,12 @@ type (
ReferenceNumber string `json:"reference_number,omitempty"`
TransactionId string `json:"transaction_id,omitempty"`
OperatorId string `json:"operator_id,omitempty"`
Url string `json:"url,omitempty"`
SignedContent string `json:"signed_content,omitempty"`
ChallengeMandated bool `json:"challenge_mandated,omitempty"`
AuthenticationType string `json:"authentication_type,omitempty"`
ChallengeCancelReason ChallengeCancelReason `json:"challenge_cancel_reason,omitempty"`
SessionInterface SessionInterface `json:"session_interface,omitempty"`
Interface SessionInterface `json:"interface,omitempty"`
UiTemplate channels.UIElements `json:"ui_template,omitempty"`
ChallengeCancelReasonCode string `json:"challenge_cancel_reason_code,omitempty"`
}
Expand Down

0 comments on commit 1101807

Please sign in to comment.