README.md

# Chase Orbital

Unofficial Elixir client for processing payments through [Chase Orbital](https://www.chasepaymentech.com/).

[![Hex.pm](https://img.shields.io/hexpm/v/chase.svg?maxAge=2592000)](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
```