Current section

Files

Jump to
stripe_callbacks lib stripe_callbacks.ex
Raw

lib/stripe_callbacks.ex

defmodule StripeCallbacks do
@moduledoc """
A projec to store Stripe tokens (StripeCallbacks.Token)
generated from your client code (i.e. browser talking
direclty to Stripe), as well as the callbacks (aka
StripeCallbacks.Response) when applying those
"""
end