Skip to content

Commit

Permalink
improved tests, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirocx committed Apr 27, 2018
1 parent 4eaef06 commit 7974c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gringotts/gateways/we_pay.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule Gringotts.Gateways.WePay do
## Supported currencies and countries
WePay supports the countries listed [here][all-country-list]
[all-country-list]: [https://support.wepay.com/hc/en-us/articles/203611643-Is-WePay-International-]
## Following the examples
Expand Down Expand Up @@ -352,7 +352,7 @@ defmodule Gringotts.Gateways.WePay do
Removes card or payment info that was previously `store/2`d
Deletes previously stored payment-source data.
## Example
```
iex> {:ok, store_result} = Gringotts.unstore(Gringotts.Gateways.WePay, store_result.token, opts)
Expand Down
1 change: 1 addition & 0 deletions test/integration/gateways/we_pay_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule Gringotts.Integration.Gateways.WePayTest do
# Integration tests for the WePay

use ExUnit.Case, async: false
use ExVCR.Mock, adapter: ExVCR.Adapter.Hackney
alias Gringotts.Gateways.WePay

alias Gringotts.{
Expand Down

0 comments on commit 7974c5d

Please sign in to comment.