-
Notifications
You must be signed in to change notification settings - Fork 461
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 support for actionable and has_liability_shift on IssuerFraudRecord #742
Conversation
Charge *Charge `json:"charge"` | ||
Created int64 `json:"created"` | ||
IssuerFraudType IssuerFraudType `json:"fraud_type"` | ||
HasLiabilityShift bool `json:"has_liability_shift"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about the nit, but off-by-one error on alphabetization: should be above IssuerFraudType
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damn nice catch. Order was correct but property should be named FraudType
. Fixed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damn nice catch. Order was correct but property should be named
FraudType
. Fixed!
Oops! Yep, totally right.
Minor note, but otherwise LGTM. Thanks as usual @remi-stripe! |
49b1892
to
51ae562
Compare
@brandur-stripe Fixed. PTAL |
LGTM. |
Released as 55.3.0. |
…ed (#742) * Tests for orders without a billing cycle * sfdx version bump * Fixing subscription reference typing * Creatge advance_test_clock helper * Factory improvements * Eliminate dependence on the upcoming invoice api call * Notes about prorated backend order amendments * Typing fixes * Typing fix * Adding timezone to ci * test fix
r? @brandur-stripe
cc @stripe/api-libraries