Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 527 Bytes

Paytm

CircleCI Hex pm

Paytm API client for Elixir with Wallet, Gratification and OAuth API support

Documentation

https://hexdocs.pm/paytm

Installation

Add paytm to your list of dependencies in mix.exs:

def deps do
  [
    {:paytm, "~> 0.8.2"}
  ]
end