CyberSource SDK v0.0.1 CyberSourceSDK.Helper View Source
Small utility functions
Link to this section Summary
Functions
Convert a Map that have the keys as strings to atoms
Decode Base64 string to JSON structure
Link to this section Functions
Convert a Map that have the keys as strings to atoms
Examples
iex> CyberSourceSDK.Helper.convert_map_to_key_atom(%{"a" => 3, "b" => 5})
%{a: 3, b: 5}