Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RiskScore prop to StripeOutcome. #1239

Merged
merged 1 commit into from
Jul 27, 2018

Conversation

spastorelli-stripe
Copy link
Contributor

Add the RiskScore property to StripeOutcome.

r? @ob-stripe
cc @stripe/api-libraries

/// Stripe’s evaluation of the riskiness of the payment. Possible values for evaluated payments are between 0 and 100.
/// </summary>
[JsonProperty("risk_score")]
public string RiskScore { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type should be int, not string.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ob-stripe: Changed. sorry about this. Thanks for catching this.

@spastorelli-stripe spastorelli-stripe force-pushed the add-chg-outcome-risk-score-fld branch from cd3d5e3 to 3954d3a Compare July 27, 2018 15:12
@spastorelli-stripe spastorelli-stripe force-pushed the add-chg-outcome-risk-score-fld branch from 3954d3a to 0d265d4 Compare July 27, 2018 15:14
@spastorelli-stripe
Copy link
Contributor Author

Thanks @ob-stripe. PTAL

@ob-stripe
Copy link
Contributor

Thanks for the PR @spastorelli-stripe :)

@ob-stripe ob-stripe merged commit 43cc562 into master Jul 27, 2018
@ob-stripe ob-stripe deleted the add-chg-outcome-risk-score-fld branch July 27, 2018 16:09
@ob-stripe
Copy link
Contributor

Released as 17.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants