Skip to content
Snippets Groups Projects
Commit 419d3d7c authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix suapi again...

parent c46edb84
No related branches found
No related tags found
2 merge requests!50fix suapi again,!49fix suapi
Pipeline #
......@@ -31,7 +31,7 @@ $membership_data = $formated_raw_data["table1"]["table1_Product_Collection"]["ta
// make a new array that just contains *every* member no matter what they bought
$just_members = array();
foreach ($membership_data["Detail_Collection"] as $member) {
foreach ($membership_data["Detail_Collection"]["Detail"] as $member) {
array_push($just_members, $member["@attributes"]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment