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

[2.0] Support longer creditcard numbers #640

Merged
merged 1 commit into from
Aug 7, 2018
Merged

[2.0] Support longer creditcard numbers #640

merged 1 commit into from
Aug 7, 2018

Conversation

Jean85
Copy link
Collaborator

@Jean85 Jean85 commented Aug 3, 2018

This ports #635 manually to 2.0

@Jean85 Jean85 added this to the Release 2.0 milestone Aug 3, 2018
@Jean85 Jean85 self-assigned this Aug 3, 2018
@Jean85 Jean85 requested review from stayallive and ste93cry August 3, 2018 14:18
@Jean85 Jean85 mentioned this pull request Aug 3, 2018
11 tasks
@@ -125,7 +125,19 @@ public function processDataProvider()
[
[
'extra_context' => [
'ccnumba' => '4242424242424242',
'ccnumba' => str_repeat('9', 13),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just a minor comment, feel free to ignore it: does it really makes sense to not write the string and instead use str_repeat?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I did it just for readability, so the length of the test string is immediately clear.

@ste93cry ste93cry merged commit 272af67 into 2.0 Aug 7, 2018
@ste93cry ste93cry deleted the port-635 branch August 7, 2018 18:26
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