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

Link to this section Summary

Link to this section Types

Specs

contact_information() :: %{
  first_name: String.t(),
  last_name: String.t(),
  email: String.t(),
  full_name: String.t()
}

Specs

order() :: Sticky.Orders.t()

Specs

time() :: String.t()

Link to this section Functions

Link to this function

contact_information(raw_order)

View Source

Specs

contact_information(Sticky.Order.t()) :: contact_information()

Specs

first_name(order()) :: String.t()
Link to this function

format_date_for_receipt_emails(map)

View Source

Specs

format_date_for_receipt_emails(order()) :: String.t()

Specs

full_name(order()) :: String.t()

Specs

get_header(Sticky.Order.t()) :: String.t()
Link to this function

get_product_name(raw_order)

View Source

Specs

get_product_name(Sticky.Order.t()) :: String.t()

Specs

get_subheader(Sticky.Order.t()) :: String.t()
Link to this function

only_recurring_products(raw_order)

View Source

Specs

only_recurring_products(Sticky.Order.t()) :: [Map.t()]

Specs

plan_description(order()) :: String.t()