Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
subpal authored and oyeb committed Apr 25, 2018
1 parent 82b93af commit 7227b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/gateways/mercadopago_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Gringotts.Integration.Gateways.MercadopagoTest do
# Integration tests for the Mercadopago
# Integration tests for the Mercadopago

use ExUnit.Case, async: false
use ExVCR.Mock, adapter: ExVCR.Adapter.Hackney
Expand Down Expand Up @@ -28,6 +28,7 @@ defmodule Gringotts.Integration.Gateways.MercadopagoTest do
order_id: 123_126,
customer_id: "311211654-YrXF6J0QikpIWX",
config: @config,
order_type: "mercadopago",
installments: 1
]

Expand Down

0 comments on commit 7227b0f

Please sign in to comment.