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

Rename methods to include params #609

Merged
merged 2 commits into from
Jul 13, 2018
Merged

Rename methods to include params #609

merged 2 commits into from
Jul 13, 2018

Conversation

ksun-stripe
Copy link

@ksun-stripe ksun-stripe commented Jul 13, 2018

@ksun-stripe ksun-stripe requested a review from danj-stripe July 13, 2018 17:55
@michelle
Copy link

👍

@@ -273,7 +273,7 @@ public void disabled_confirmPaymentIntent_withSourceData_canSuccessfulConfirm()
try {

Card card = new Card("4242424242424242", 1, 2050, "123");
PaymentIntentParams paymentIntentParams = PaymentIntentParams.createConfirmPaymentIntentWithSourceData(
PaymentIntentParams paymentIntentParams = PaymentIntentParams.createConfirmPaymentIntentWithSourceDataParams(
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it worth renaming the test case method names to include the Params word?

@ksun-stripe ksun-stripe merged commit 8c55568 into master Jul 13, 2018
@mshafrir-stripe mshafrir-stripe deleted the ksun-params-rename branch January 24, 2019 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants