Skip to content

Commit

Permalink
Merge pull request #101 from Riskified/TIS-766
Browse files Browse the repository at this point in the history
TIS-766 added submission_reason to orderDecision class
  • Loading branch information
mooseriskified authored Jul 30, 2024
2 parents 77d46f6 + 32cdf2f commit a74b9be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Riskified.SDK/Model/OrderDecision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ public override void Validate(Validations validationType = Validations.Weak)

[JsonProperty(PropertyName = "payment_details")]
public IPaymentDetails[] PaymentDetails { get; set; }

[JsonProperty(PropertyName = "submission_reason")]
public string SubmissionReason { get; set; }
}
}
6 changes: 4 additions & 2 deletions Riskified.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.7.1")]
[assembly: AssemblyFileVersion("3.7.1")]

[assembly: AssemblyVersion("3.8.0")]
[assembly: AssemblyFileVersion("3.8.0")]


0 comments on commit a74b9be

Please sign in to comment.