Quick help, I can't seem to think right now, and I need to add these array values into a single total value for each array key. Importantly the total value.
Array
(
[0] => Array
(
[sub_total] => 1000
[total_tax] => 82.5
[total] => 1087.5
)
[1] => Array
(
[sub_total] => 120
[total_tax] => 9.9
[total] => 129.9
)
)