Skip to content

Instantly share code, notes, and snippets.

@joeydsmith
Created November 20, 2014 15:41
Show Gist options
  • Save joeydsmith/43680017ff20b1f6cbb0 to your computer and use it in GitHub Desktop.
Save joeydsmith/43680017ff20b1f6cbb0 to your computer and use it in GitHub Desktop.
Array
(
[donationLevels] => Array
(
[0] => Array
(
[name] => Education
[image] =>
[description] =>
[order] => 0
[amount] => Array
(
[formatted] => $13.00
[decimal] => 13.00
)
[userSpecified'] => false
)
[1] => Array
(
[name] => Leadership
[image] =>
[description] =>
[order] => 1
[amount] => Array
(
[formatted] => $9.00
[decimal] => 9.00
)
[userSpecified'] => false
)
[2] => Array
(
[name] => Safety
[image] =>
[description] =>
[order] => 2
[amount] => Array
(
[formatted] => $38.00
[decimal] => 38.00
)
[userSpecified'] => false
)
[3] => Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment