stripe_mock v0.1.0 StripeMock.Repo

This is where we store everything. Obviously, don't call any of these functions yourself.

State structure is:

%{
  customers: %{
    "cus_123123" => %Customer{}
  }
}

Link to this section Summary

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

delete(changeset)

Link to this function

fetch(schema, id)

Link to this function

get(schema, id)

Link to this function

get!(schema, id)

Link to this function

insert(changeset)

Link to this function

start_link(opts \\ [])

Link to this function

update(changeset)