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 support for actionable and has_liability_shift on IssuerFraudRecord #742

Merged
merged 1 commit into from
Jan 2, 2019

Conversation

remi-stripe
Copy link
Contributor

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

Charge *Charge `json:"charge"`
Created int64 `json:"created"`
IssuerFraudType IssuerFraudType `json:"fraud_type"`
HasLiabilityShift bool `json:"has_liability_shift"`
Copy link
Contributor

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.

Copy link
Contributor Author

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!

Copy link
Contributor

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.

@brandur-stripe
Copy link
Contributor

Minor note, but otherwise LGTM. Thanks as usual @remi-stripe!

@remi-stripe remi-stripe force-pushed the remi-ifr-add-actionable branch from 49b1892 to 51ae562 Compare January 2, 2019 16:29
@remi-stripe
Copy link
Contributor Author

@brandur-stripe Fixed. PTAL

@brandur-stripe
Copy link
Contributor

LGTM.

@brandur-stripe brandur-stripe merged commit 7f2184f into master Jan 2, 2019
@brandur-stripe
Copy link
Contributor

Released as 55.3.0.

@brandur-stripe brandur-stripe deleted the remi-ifr-add-actionable branch January 2, 2019 16:36
nadaismail-stripe pushed a commit that referenced this pull request Oct 18, 2024
…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
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