My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
So sorry, the code sample above has 2 $A instead of $A and $B this is the correct code: [PHP] // Addressbook fields $A = array("defaultBilling" => "true", "defaultShipping" => "false", "label"=>"111", "addr1"=>"111", "addr2"=>"111", "addressee"=>$addressee, "city"=>$city, "phone"=>$phone, "state" => $state, "zip"=>$zip);…
-
Hi John, Thanks for the response. We resolved the problem by creating a list. For some reason, when we used random keys for the array, it worked. Jim