Skip to content

Commit

Permalink
Merge pull request #23 from BoltApp/owen/add_risk_threshold_gateway_r…
Browse files Browse the repository at this point in the history
…ejection
  • Loading branch information
owenchak authored Jun 16, 2022
2 parents 7b6a13b + 29d418b commit baeae46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway_rejection_reason.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ const (
GatewayRejectionReasonFraud GatewayRejectionReason = "fraud"
GatewayRejectionReasonThreeDSecure GatewayRejectionReason = "three_d_secure"
GatewayRejectionReasonUnrecognized GatewayRejectionReason = "unrecognized"
GatewayRejectionReasonRiskThreshold GatewayRejectionReason = "risk_threshold"
)

0 comments on commit baeae46

Please sign in to comment.