Peacemaker.Order (Peacemaker v3.3.5-rc.7) View Source

Link to this section Summary

Link to this section Types

Specs

create_params() :: %{}

Specs

t() :: %{}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, attrs)

View Source

Specs

create(create_params()) :: t()
create(%{
  :email => binary(),
  :purchased_products => any(),
  optional(:__struct__) => none(),
  optional(atom() | binary()) => any()
}) :: any()
Link to this function

sync_orders(all_order_ids)

View Source
Link to this function

update_one(product, attrs)

View Source