Skip to content

Commit

Permalink
added missing closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotigautam committed Jan 4, 2018
1 parent 47b334a commit 68f7ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gringotts/gateways/trexle.ex
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ defmodule Gringotts.Gateways.Trexle do
"card[address_postcode]": address.postal_code,
"card[address_state]": address.region,
"card[address_country]": address.country
]
end

defp card_params(%CreditCard{} = card) do
Expand Down

0 comments on commit 68f7ba6

Please sign in to comment.