paidy v0.1.0 Paidy.Util
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)