Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 448 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 448 Bytes

ExRazorpay

Razorpay Payment Gateway API library for Elixir

Installation

The package can be installed by adding :ex_razorpay to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_razorpay, "~> 0.1.1"}
  ]
end

Docs can be found at https://hexdocs.pm/ex_razorpay.

Configuration

config :ex_razorpay, 
   key: "RAZORPAY_KEY_ID",
   secret: "RAZORPAY_KEY_SECRET"