moneris v0.1.0 Moneris.Gateway

Gateway for development or production.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Moneris.Gateway{api_token: String.t(), store_id: String.t(), url: String.t()}

Link to this section Functions

Link to this function new(atom, store_id \\ "store1", api_token \\ "yesguy")
new(atom(), String.t(), String.t()) :: Moneris.Gateway.t()
new(atom(), String.t(), String.t()) :: Moneris.Gateway.t()
new(atom(), String.t(), String.t()) :: Moneris.Gateway.t()
Link to this function post(gateway, action, xml)
post(Moneris.Gateway.t(), atom(), String.t()) :: {}