README.md
# Chase Orbital
Unofficial Elixir client for processing payments through [Chase Orbital](https://www.chasepaymentech.com/).
[](https://hex.pm/packages/chase)
## Installation
Add `chase` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:chase, "~> 0.1.0"}]
end
```