mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Fix word reversal
This commit is contained in:
parent
7df3a4bdd6
commit
6cd72a1eb4
@ -20,7 +20,7 @@ module Stripe
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
should "#encode_params should throw an error an on array of maps that cannot be encoded" do
|
should "#encode_params should throw an error on an array of maps that cannot be encoded" do
|
||||||
params = {
|
params = {
|
||||||
:a => [
|
:a => [
|
||||||
{ :a => 1, :b => 2 },
|
{ :a => 1, :b => 2 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user