Paidy.Util (paidy v0.2.2)

Link to this section Summary

Link to this section Functions

Link to this function

datetime_from_timestamp(ts)

Link to this function

handle_paidy_full_response(res)

Link to this function

handle_paidy_response(res)

Handle the paidy response

## Examples

iex> Paidy.Util.handle_paidy_response(["test"])

iex> Paidy.Util.handle_paidy_response(%{"id" => 123}) {:ok, %{id: 123}}

Link to this function

string_map_to_atoms(string_key_map)