We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880bd35 commit 47054d8Copy full SHA for 47054d8
test/support/integration.rb
@@ -87,7 +87,7 @@ def fill_in_card(params = {})
87
88
card.set params.fetch(:card, "4242424242424242")
89
cvc.set params.fetch(:cvc, "123")
90
- month.set params.fetch(:month, "January")
+ month.set params.fetch(:month, "1")
91
year.set params.fetch(:year, Date.today.year + 2)
92
end
93
0 commit comments