Skip to content

Instantly share code, notes, and snippets.

@baversjo
Created January 23, 2015 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baversjo/a5c3eb651643632aa3cb to your computer and use it in GitHub Desktop.
Save baversjo/a5c3eb651643632aa3cb to your computer and use it in GitHub Desktop.
update address
<?php
function update_address($customer,$billing1,$billing2,$billing_city,$billing_zip,$billing_state,
$shipping1,$shipping2,$shipping_city,$shipping_zip,$shipping_state){
//returns $errors on failure, true on success.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment